Django documentation First steps Getting help How the documentation is organized The model layer The view layer The template layer Forms The development process The admin ...
Contributing to Django Work on the Django framework Join the Django community ❤️ Contributing to Django Django is a community that lives on its volunteers. As it keeps growing...
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 m...
Deploying Django Deploying Django Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Sin...
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...
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...