-
bin
-
conf: Settings and configuration for Django.
-
contrib
-
core
-
context_processors: A set of request processors that return dictionaries to be merged into
a template context.
-
exceptions: Global Django exceptions
-
handlers
-
mail: Tools for sending email.
-
management
-
paginator
-
serializers: Interfaces for serializing Django objects.
-
servers
-
basehttp: BaseHTTPServer that implements the Python WSGI protocol (PEP 333, rev
1.21).
-
fastcgi: FastCGI (or SCGI, or AJP1.3 ...) server that implements the WSGI
protocol.
-
signals
-
template_loader
-
urlresolvers: This module converts requested URLs to callback view functions.
-
validators: A library of validators that return None and raise ValidationError
when the provided data isn't valid.
-
xheaders: Pages in Django can are served up with custom HTTP headers containing
useful information about those pages -- namely, the content type and
object ID.
-
dispatch: Multi-consumer multi-producer dispatching mechanism
-
dispatcher: Multiple-producer-multiple-consumer signal-dispatching
dispatcher is the core of the PyDispatcher system,
providing the primary API and the core logic for the
system.
-
errors: Error types for dispatcher mechanism
-
robust: Module implementing error-catching version of send (sendRobust)
-
robustapply: Robust apply mechanism
-
saferef: Refactored "safe reference" from dispatcher.py
-
forms
-
http
-
middleware
-
oldforms
-
template: This is the Django template system.
-
utils
-
views
|