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...
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...
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...