Django internals Django internals Documentation for people hacking on Django itself. This is the place to go ifyou'd like to help improve Django or learn about how Django is ma...
Testing in Django Testing in Django Automated testing is an extremely useful bug-killing tool for the modernWeb developer. You can use a collection of tests – a test suite – t...
Localizing Django Translations Formats Documentation Localizing Django Various parts of Django, such as the admin site and validation error messages,are internationalized. T...
Contributing to Django Contributing to Django Django is a community that lives on its volunteers. As it keeps growing, wealways need more people to help others. As soon as you ...
Using Django Using Django Introductions to all the key parts of Django you’ll need to know: How to install Django Install Python Install Apache and mod_wsgi Get your data...
Django URLs What is a URL? How do URLs work in Django? Regex Your first Django URL! blog.urls Django URLs We’re about to build our first webpage: a homepage for your blog!...
Django models Objects Django model Creating an application Creating a blog post model Create tables for models in your database Django models What we want to create now is...
What is Django? Why do you need a framework? What happens when someone requests a website from your server? What is Django? Django (/ˈdʒæŋɡoʊ/ jang-goh) is a free and open so...