Index
Django Views — The Right Way
An opinionated guide
Navigation
Contents:
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
Applying policies
Thin views
Quick search
Related Topics
Documentation overview