Description
In this course, you will learn :
- Django is a Python web development framework that teaches you how to use Python for web development.
- Create real-world projects and apply what you've learned in a full-fledged blog website created during the course.
- To get started quickly, choose between the full course and the included course summary.
Syllabus :
- Course Setup
- URLs & Views
- Templates & Static Files
- Course Project: Building a Blog - The Basics
- Data & Models
- Admin
- Relationships
- Course Project - Building a Blog: Data & Models
- Forms
- Class Views
- File Uploads
- Session
- Course Project: Building a Blog - Forms, Files & Sessions
- Deployment
- Optional: Django Summary & Quick Introduction