Installing Django Installing Django Mac Users Note Once Python 3 and the virtual environment are installed, the installation steps for Django are identical on both Windows an...
Django settings 基础 指定配置文件 The django-admin utility On the server (mod_wsgi) 默认配置 查看你已经更改了哪个配置项 在Python代码中使用settings 运行时更改设置 安全 可用的配置项 创建你自己的配置文件 Using settings without s...
Django Forms Link to a page with the form URL post_new view Template Saving the form Form validation Edit form Security One more thing: deploy time! Django Forms The f...
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...
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...
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...