Documentation (version 0.91)
These docs are frozen for Django version 0.91. For current documentation, go here.
The essentials
Read the following before anything else.
- Django overview
- Installation guide
- Tutorial: Writing your first Django app
- Frequently asked questions (FAQ)
Reference
- The django-admin.py and manage.py utilities
- Models: Creating models | Examples | The database API
- Templates: Guide for HTML authors | Guide for Python programmers
- Forms and manipulators
- Sessions
- Caching
- Internationalization
- Middleware
- Settings files
- URL configuration
- Request and response objects
- Generic views
- Authentication
- Add-on applications (contrib)
Solving specific problems
- Using Django with mod_python
- Authenticating against Django's user database from Apache
- Serving static/media files
- Sending e-mail
- Integrating with (introspecting) a legacy database
- Outputting PDFs dynamically
- Outputting CSV dynamically

