Django documentation First steps Getting help How the documentation is organized The model layer The view layer The template layer Forms The development process The admin ...
Contributing to Django Work on the Django framework Join the Django community ❤️ Contributing to Django Django is a community that lives on its volunteers. As it keeps growing...
Django FAQ Django FAQ FAQ: General Why does this project exist? What does “Django” mean, and how do you pronounce it? Is Django stable? Does Django scale? Who’s behind thi...
Django internals Django internals Documentation for people hacking on Django itself. This is the place to go if you’d like to help improve Django or learn about how Django is m...
Deploying Django Deploying Django Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Sin...
Django at a glance Design your model Install it Enjoy the free API A dynamic admin interface: it’s not just scaffolding – it’s the whole house Design your URLs Write your view...