How-to guidesLink to this heading# Practical guides covering common tasks and problems. Models, data and databasesLink to this heading# How to provide initial data for models How to integrate Django with a legacy database How to create custom model fields How to create database migrations How to write custom lookups Templates and outputLink to this heading# How to create CSV output How to create PDF files How to override templates How to implement a custom template backend How to create custom template tags and filters Project configuration and managementLink to this heading# How to manage static files (e.g. images, JavaScript, CSS) How to configure and use logging How to manage error reporting How to delete a Django application Installing, deploying and upgradingLink to this heading# How to upgrade Django to a newer version How to install Django on Windows How to deploy Django How to deploy static files Other guidesLink to this heading# Cómo autenticarse usando REMOTE_USER Cómo utilizar la protección CSRF de Django Cómo escribir una clase de almacenamiento personalizada How to create custom django-admin commands How to customize the shell command