"How-to" guides
Here you'll find short answers to "How do I….?" types of questions. Thesehow-to guides don't cover topics in depth — you'll find that material in theUsing Django and the API Reference. However, these guides will helpyou quickly accomplish common tasks.
- 使用
REMOTE_USER
进行身份验证 - Writing custom
django-admin
commands - 编写自定义 model fields
- 自定义查找
- Custom template tags and filters
- 编写一个自定义存储系统
- 部署Django
- Upgrading Django to a newer version
- Error reporting
- 为模型提供初始化的数据
- 基于 Jython 的 Django
- Integrating Django with a legacy database
- Outputting CSV with Django
- Outputting PDFs with Django
- Overriding templates
- Managing static files (e.g. images, JavaScript, CSS)
- Deploying static files
- 如何在Windows上安装Django
- Writing database migrations
See also
The Django community aggregator, where we aggregate content from theglobal Django community. Many writers in the aggregator write this sort ofhow-to material.