Django tutorials/ style guides ¶
- Django admin cookbook
- Andrew Pinkham tutorials
- Django styleguide used in HackSoft projects
- Django Haki Benita tutorials
- Django Tutorial, Django 3
-
Django Views — The Right Way
- Announce
- Comments
-
Introduction
- The Right Way
- How to do anything in a view
- Adding data to a template
- Common context data
- URL parameters in views
- Displaying a single database object
- Displaying a list of objects
- Custom logic at the start — delegation
- Custom logic in the middle — dependency injection
- Redirects
- Forms
- Preconditions
- Thin views
- Caveats and disclaimers etc.