---
title: "How-to guides"
version: 6.1
locale: es
source: https://docs.djangoproject.com/es/6.1/howto/
canonical: https://djangodocs.dev/es/6.1/howto/
---
# How-to guides

Practical guides covering common tasks and problems.

## Models, data and databases

- [How to provide initial data for models](/es/6.1/howto/initial-data/)
- [How to integrate Django with a legacy database](/es/6.1/howto/legacy-databases/)
- [How to create custom model fields](/es/6.1/howto/custom-model-fields/)
- [How to create database migrations](/es/6.1/howto/writing-migrations/)
- [How to write custom lookups](/es/6.1/howto/custom-lookups/)

## Templates and output

- [How to create CSV output](/es/6.1/howto/outputting-csv/)
- [How to create PDF files](/es/6.1/howto/outputting-pdf/)
- [How to override templates](/es/6.1/howto/overriding-templates/)
- [How to implement a custom template backend](/es/6.1/howto/custom-template-backend/)
- [How to create custom template tags and filters](/es/6.1/howto/custom-template-tags/)

## Project configuration and management

- [How to manage static files (e.g. images, JavaScript, CSS)](/es/6.1/howto/static-files/)
- [How to configure and use logging](/es/6.1/howto/logging/)
- [How to manage error reporting](/es/6.1/howto/error-reporting/)
- [How to delete a Django application](/es/6.1/howto/delete-app/)

## Installing, deploying and upgrading

- [How to upgrade Django to a newer version](/es/6.1/howto/upgrade-version/)
- [How to install Django on Windows](/es/6.1/howto/windows/)
- [How to deploy Django](/es/6.1/howto/deployment/)
- [How to deploy static files](/es/6.1/howto/static-files/deployment/)

## Other guides

- [Cómo autenticarse usando `REMOTE_USER`](/es/6.1/howto/auth-remote-user/)
- [How to use Django’s Content Security Policy](/es/6.1/howto/csp/)
- [Cómo utilizar la protección CSRF de Django](/es/6.1/howto/csrf/)
- [Cómo escribir una clase de almacenamiento personalizada](/es/6.1/howto/custom-file-storage/)
- [How to create custom `django-admin` commands](/es/6.1/howto/custom-management-commands/)
- [How to customize the `shell` command](/es/6.1/howto/custom-shell/)
- [Migrating email to mailers](/es/6.1/howto/mailers-migration/)

> **See also**
>
> The [Django community aggregator](https://www.djangoproject.com/community/), where we aggregate content from the
> global Django community. Many writers in the aggregator write this sort of
> how-to material.
