Django 2.1.6.dev20190111230323 文档

Home | Table of contents | Index | Modules
« previous | up | next »

"How-to" guides¶

Here you'll find short answers to "How do I....?" types of questions. These how-to guides don't cover topics in depth -- you'll find that material in the Using Django and the API Reference. However, these guides will help you 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 the global Django community. Many writers in the aggregator write this sort of how-to material.

上一个主题

External packages

下一个主题

使用 REMOTE_USER 进行身份验证

本页

  • 显示源代码

快速搜索

Last update:

1月 11, 2019

« previous | up | next »