Django Made Easy. Build an application for companies
- 4.5
Brief Introduction
Dive in and learn Django step-by-step from beginner to intermediate level by building a practical project!Description
Hi! Welcome to this course dedicated to Django. For the next hours we will be working together on building a reporting application for companies with a social board (to share problems, ideas & events). Step by step we'll discuss the most important & interesting features of Django, that will allow you to create your own web applications after finishing this course. Some of the most important topics are related to: signals, context processors, filters, class and function based views, creation of PDF report and much more! This course comes with a PDF presentation that will help you understand and remember the course content. Ready to get started!?
Requirements
- Requirements
- There are no specific requirements for this course, but it's "good to have" basic html, bootstrap & python knowledge
Knowledge
- Django MVT architecture
- Signals
- Context Processors
- Custom Middleware
- Django allauth authentication
- Generating PDF files
- Views : Class and Function Based Views
- Manager with QuerySet methods
- Filters & Custom Filters
- Mixins & Custom Mixins
- Forms & ModelForms + custom validation
- Sessions