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...
Using Django Using Django 你需要知道的所有Django关键部分介绍: How to install Django 安装Python Install Apache and mod_wsgi Get your database running 移除任何老版本的Django Install the Django c...
Deploying Django Deploying Django Django is full of shortcuts to make Web developers’ lives easier, but allthose tools are of no use if you can’t easily deploy your sites. Sinc...
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 in ...
Django installation Django installation Note If you’re using a Chromebook, skip this chapter and make sure you follow the Chromebook Setup instructions. Note If you alread...