package documentation

Undocumented

Package apps No package docstring; 0/1 variable, 1/1 class, 0/2 module documented
Package db Undocumented
Package dispatch Multi-consumer multi-producer dispatching mechanism
Package forms Django validation and HTML form handling.
Package http No package docstring; 1/1 function, 7/19 classes, 1/4 module documented
Package middleware No package docstring; 3/8 modules documented
Module shortcuts This module collects helper functions and classes that "span" multiple levels of MVC. In other words, these functions/classes introduce controlled coupling for convenience's sake.
Package template Django's support for templates.
Package test Django Unit Test framework.
Package urls No package docstring; 0/3 variable, 8/16 functions, 0/6 class, 2/6 modules documented
Package utils No package docstring; 18/42 modules, 1/1 package documented
Package views No package docstring; 1/1 class, 1/5 module, 0/2 package documented
Module __main__ Invokes django-admin when the django module is run as a script.
Package conf Settings and configuration for Django.
Package contrib Undocumented
Package core No package docstring; 2/7 modules, 3/8 packages documented
Package templatetags Undocumented

From __init__.py:

Function setup Configure the settings (this happens as a side effect of accessing the first setting), configure logging and populate the app registry. Set the thread-local urlresolvers script prefix if set_prefix is True.
Constant VERSION Undocumented
Variable __version__ Undocumented
VERSION: tuple =

Undocumented

Value
(4, 0, 2, 'final', 0)
__version__ =

Undocumented

def setup(set_prefix=True):
Configure the settings (this happens as a side effect of accessing the first setting), configure logging and populate the app registry. Set the thread-local urlresolvers script prefix if set_prefix is True.