---
title: "操作指南"
version: 3.2
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/3.2/howto/
canonical: https://djangodocs.dev/zh-hans/3.2/howto/
---
# 操作指南

你将在此找到大量回答形如“我该如何……”问题的简答。这些怎么做指南不会深入各个主题——你可以在 [使用 Django](/zh-hans/3.2/topics/) 和 [API 参考](/zh-hans/3.2/ref/) 找到深入的讲解。不过，这些指引可以帮你快速完成常见的任务。

- [使用 `REMOTE_USER` 进行身份验证](/zh-hans/3.2/howto/auth-remote-user/)
- [编写自定义 `django-admin` 命令](/zh-hans/3.2/howto/custom-management-commands/)
- [编写自定义模型字段(model fields)](/zh-hans/3.2/howto/custom-model-fields/)
- [自定义查询器](/zh-hans/3.2/howto/custom-lookups/)
- [自定义模板的后端](/zh-hans/3.2/howto/custom-template-backend/)
- [自定义模板标签和过滤器](/zh-hans/3.2/howto/custom-template-tags/)
- [编写一个自定义存储系统](/zh-hans/3.2/howto/custom-file-storage/)
- [部署 Django](/zh-hans/3.2/howto/deployment/)
- [升级 Django 到最新的版本](/zh-hans/3.2/howto/upgrade-version/)
- [发送错误](/zh-hans/3.2/howto/error-reporting/)
- [为模型提供初始化的数据](/zh-hans/3.2/howto/initial-data/)
- [Django 使用旧有的数据库](/zh-hans/3.2/howto/legacy-databases/)
- [利用 Django 输出 CSV](/zh-hans/3.2/howto/outputting-csv/)
- [利用 Django 输出 PDF](/zh-hans/3.2/howto/outputting-pdf/)
- [复写模板](/zh-hans/3.2/howto/overriding-templates/)
- [管理静态文件（比如图片、JavaScript、CSS）](/zh-hans/3.2/howto/static-files/)
- [部署静态文件](/zh-hans/3.2/howto/static-files/deployment/)
- [如何在 Windows 上安装 Django](/zh-hans/3.2/howto/windows/)
- [编写数据库迁移语句](/zh-hans/3.2/howto/writing-migrations/)

> **See also**
>
> [Django 聚合社区](https://www.djangoproject.com/community/)，我们将全球 Django 社区的内容聚合至此。聚合社区中的很多作者编写了本快速指南文档。
