部署Django 部署Django Django's chock-full of shortcuts to make Web developer's lives easier, but allthose tools are of no use if you can't easily deploy your sites. Since Django'si...
Django settings 基础 指定配置文件 The django-admin utility On the server (mod_wsgi) 默认配置 查看你已经更改了哪个配置项 在Python代码中使用settings 运行时更改设置 安全 可用的配置项 创建你自己的配置文件 Using settings without s...
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 ...