---
title: "API 参考"
version: 5.0
locale: zh-hans
source: https://docs.djangoproject.com/zh-hans/5.0/ref/
canonical: https://djangodocs.dev/zh-hans/5.0/ref/
---
# API 参考

- [应用程序](/zh-hans/5.0/ref/applications/)
- [系统检查框架](/zh-hans/5.0/ref/checks/)
- [内置基于类的视图 API](/zh-hans/5.0/ref/class-based-views/)
- [点击劫持保护](/zh-hans/5.0/ref/clickjacking/)
- [`contrib` 包](/zh-hans/5.0/ref/contrib/)
- [跨站请求伪造保护](/zh-hans/5.0/ref/csrf/)
- [数据库](/zh-hans/5.0/ref/databases/)
- [`django-admin` 和 `manage.py`](/zh-hans/5.0/ref/django-admin/)
- [从你的代码中运行管理命令](/zh-hans/5.0/ref/django-admin/#running-management-commands-from-your-code)
- [Django 异常](/zh-hans/5.0/ref/exceptions/)
- [文件处理](/zh-hans/5.0/ref/files/)
- [表单](/zh-hans/5.0/ref/forms/)
- [日志](/zh-hans/5.0/ref/logging/)
- [中间件](/zh-hans/5.0/ref/middleware/)
- [迁移操作](/zh-hans/5.0/ref/migration-operations/)
- [模型](/zh-hans/5.0/ref/models/)
- [分页器](/zh-hans/5.0/ref/paginator/)
- [请求和响应对象](/zh-hans/5.0/ref/request-response/)
- [`SchemaEditor`](/zh-hans/5.0/ref/schema-editor/)
- [配置](/zh-hans/5.0/ref/settings/)
- [信号](/zh-hans/5.0/ref/signals/)
- [模板](/zh-hans/5.0/ref/templates/)
- [`TemplateResponse` 和 `SimpleTemplateResponse`](/zh-hans/5.0/ref/template-response/)
- [Unicode 数据](/zh-hans/5.0/ref/unicode/)
- [`django.urls` 实用函数](/zh-hans/5.0/ref/urlresolvers/)
- [URLconfs 中使用的 `django.urls` 函数](/zh-hans/5.0/ref/urls/)
- [URLconfs 中使用的 `django.conf.urls` 函数](/zh-hans/5.0/ref/urls/#module-django.conf.urls)
- [Django 实用程序](/zh-hans/5.0/ref/utils/)
- [验证器](/zh-hans/5.0/ref/validators/)
- [内置视图](/zh-hans/5.0/ref/views/)
