"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
进行身份验证 - 编写自定义
django-admin
的命令 - 编写自定义 model fields
- 自定义查找
- 自定义模板(template)的标签(tags)和过滤器(filters)
- 编写一个自定义存储系统
- 部署Django
- 升级 Django 到最新的版本
- 发送错误
- 为模型提供初始化的数据
- 基于 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
参见
The Django community aggregator, where we aggregate content from theglobal Django community. Many writers in the aggregator write this sort ofhow-to material.