Django settings The basics Designating the settings The django-admin utility On the server (mod_wsgi ) Default settings Seeing which settings you’ve changed Using settings i...
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...
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 ...
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...