操作指南
你将在此找到大量回答形如“我该如何……”问题的简答。这些怎么做指南不会深入各个主题——你可以在 使用 Django 和 API 参考 找到深入的讲解。不过,这些指引可以帮你快速完成常见的任务。
- How to authenticate using REMOTE_USER
- How to create custom django-admin commands
- How to create custom model fields
- How to write custom lookups
- How to implement a custom template backend
- How to create custom template tags and filters
- How to write a custom storage class
- How to deploy Django
- How to upgrade Django to a newer version
- How to manage error reporting
- How to provide initial data for models
- How to integrate Django with a legacy database
- How to configure and use logging
- How to create CSV output
- How to create PDF files
- How to override templates
- How to manage static files (e.g. images, JavaScript, CSS)
- How to deploy static files
- 如何在 Windows 上安装 Django
- How to create database migrations
参见
Django 聚合社区,我们将全球 Django 社区的内容聚合至此。聚合社区中的很多作者编写了本快速指南文档。