Django documentation
Everything you need to know about Django (and then some).
Getting help
Having trouble? We’d like to help!
First steps
- Overview
- See what writing a database-driven application with Django looks like.
- Installation
- Get Django installed on your computer.
Tutorial: Writing your first Django application
- Part 1
- Start a project, create models and play with the database API.
- Part 2
- Explore the automatically-generated admin site.
- Part 3
- Write the public interface views.
- Part 4
- Learn how to process forms.
Using Django
- Models
- Design a single, definitive source of data about your data.
- Handling web requests
- Handle web requests, map them to views and return pages.
- Forms
- Build and handle HTML forms.
- Templates
- Develop the visual design of your site.
And all the rest
- Internals
- Learn how Django works under the hood and how you can contribute to the
project.
- Release notes
- See what is and was new in each release of Django.
- Miscellany
- Stuff we can’t find a more organized place for. Like that drawer in your
kitchen with the scissors, batteries and duct tape.