Built-In Views

Each of these views contains the list of context variables that are included in their templates.

Note

TODO: Fix the capitalization of context variables!

View Constants

The following are available in every view:

next:The page to redirect the user to after login
MEDIA_URL:Specify a directory where file uploads for users who use your site go
STATIC_URL:Specify a directory for JavaScript, CSS and image files.
user:Currently logged in user

View Descriptions