Understand Django is a series of articles focused on learning the Django web framework to build web applications with Python.
The articles build on each other to increase your understanding of how to use Django. The series explains how Django works. If you’re new to Django, you can start from the beginning. The articles assume you have little or no prior knowledge of doing web development.
- From Browser To Django
- URLs Lead The Way
- Views On Views
- Templates For User Interfaces
- User Interaction With Forms
- Store Data With Models
- Administer All The Things
- Anatomy Of An Application
- User Authentication
- Middleware Do You Go?
- Serving Static Files
- Test Your Apps
- Deploy A Site Live
- Per-visitor Data With Sessions
- Making Sense Of Settings
- User File Use
- Command Your App
- Go Fast With Django
- Security And Django
- Debugging Tips And Techniques