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...
Testing in Django Testing in Django Automated testing is an extremely useful bug-killing tool for the modern web developer. You can use a collection of tests – a test suite – t...
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 ma...