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 datab...
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...
Localizing Django Translations Formats Documentation Localizing Django Various parts of Django, such as the admin site and validation error messages, are internationalized....
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 –...
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...
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 – ...