Module Index
- django
- django.contrib.admin
- Django's admin site.
- django.contrib.auth
- Django's authentication framework.
- django.contrib.auth.forms
- django.contrib.auth.middleware
- Authentication middleware.
- django.contrib.comments
- Django's comment framework
- django.contrib.comments.models
- The built-in comment models
- django.contrib.comments.signals
- Signals sent by the comment module.
- django.contrib.contenttypes
- Provides generic interface to installed models.
- django.contrib.csrf
- Protects against Cross Site Request Forgeries
- django.contrib.csrf.middleware
- Middleware adding protection against Cross Site Request Forgeries.
- django.contrib.databrowse
- Databrowse is a Django application that lets you browse your data.
- django.contrib.flatpages
- A framework for managing simple ?flat? HTML content in a database.
- django.contrib.formtools
- Displays an HTML form, forces a preview, then does something with the submission.
- django.contrib.formtools.wizard
- Splits forms across multiple Web pages.
- django.contrib.humanize
- A set of Django template filters useful for adding a "human touch" to data.
- django.contrib.localflavor
- A collection of various Django snippets that are useful only for a particular country or culture.
- django.contrib.redirects
- A framework for managing redirects.
- django.contrib.sessions
- Provides session management for Django projects.
- django.contrib.sessions.middleware
- Session middleware.
- django.contrib.sitemaps
- A framework for generating Google sitemap XML files.
- django.contrib.sites
- Lets you operate multiple web sites from the same database and Django project
- django.contrib.syndication
- A framework for generating syndication feeds, in RSS and Atom, quite easily.
- django.contrib.webdesign
- Helpers and utilities targeted primarily at Web *designers* rather than Web *developers*.
- django.core.files
- File handling and storage
- django.core.mail
- Helpers to easily send e-mail.
- django.core.paginator
- Classes to help you easily manage paginated data.
- django.core.signals
- Core signals sent by the request/response system.
- django.core.urlresolvers
- django.db.models
- django.db.models.fields
- Built-in field types.
- django.db.models.fields.related
- Related field types
- django.db.models.signals
- Signals sent by the model system.
- django.dispatch
- Signal dispatch
- django.forms.fields
- Django's built-in form fields.
- django.forms.widgets
- Django's built-in form widgets.
- django.http
- Classes dealing with HTTP requests and responses.
- django.middleware
- Django's built-in middleware classes.
- django.middleware.cache
- Middleware for the site-wide cache.
- django.middleware.common
- Middleware adding "common" conveniences for perfectionists.
- django.middleware.doc
- Middleware to help your app self-document.
- django.middleware.gzip
- Middleware to serve gziped content for performance.
- django.middleware.http
- Middleware handling advanced HTTP features.
- django.middleware.locale
- Middleware to enable language selection based on the request.
- django.middleware.transaction
- Middleware binding a database transaction to each web request.
- django.test
- Testing tools for Django applications.
- django.test.client
- Django's test client.
- django.test.signals
- Signals sent during testing.
- django.test.utils
- Helpers to write custom test runners.
- django.views.static
- Serving of static files during development.
Questions/Feedback
Having trouble? We'd like to help!
- Try the FAQ -— it's got answers to many common questions.
- Search for information in the archives of the django-users mailing list, or post a question.
- Ask a question in the #django IRC channel, or search the IRC logs to see if its been asked before.
- If you notice errors with this documentation, please open a ticket and let us know! Please only use the ticket tracker for criticisms and improvements on the docs. For tech support, use the resources above.

