«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 Использование Django and the Справочник API. However, these guides will help you quickly accomplish common tasks.
- Authentication using
REMOTE_USER - Writing custom
django-admincommands - Writing custom model fields
- Custom Lookups
- Custom template backend
- Custom template tags and filters
- Writing a custom storage system
- Deploying Django
- Upgrading Django to a newer version
- Сообщения об ошибке
- Providing initial data for models
- 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
- Как установить Django на Windows
- Writing database migrations
См.также
Полезным может оказаться Django community aggregator, где мы сгруппировали материалы сообщества Django. Авторы опубликовали там список различных руководств.