---
title: "«How-to» guides"
version: 3.1
locale: es
source: https://docs.djangoproject.com/es/3.1/howto/
canonical: https://djangodocs.dev/es/3.1/howto/
---
# «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](/es/3.1/topics/) and the [API Reference](/es/3.1/ref/). However, these guides will help
you quickly accomplish common tasks.

- [Autenticación con el uso de `REMOTE_USER`](/es/3.1/howto/auth-remote-user/)
- [Writing custom `django-admin` commands](/es/3.1/howto/custom-management-commands/)
- [Escribiendo campos del modelo personalizado](/es/3.1/howto/custom-model-fields/)
- [Búsquedas personalizadas](/es/3.1/howto/custom-lookups/)
- [Custom template backend](/es/3.1/howto/custom-template-backend/)
- [Custom template tags and filters](/es/3.1/howto/custom-template-tags/)
- [Creación de sistema de almacenamiento personalizado](/es/3.1/howto/custom-file-storage/)
- [Deploying Django](/es/3.1/howto/deployment/)
- [Upgrading Django to a newer version](/es/3.1/howto/upgrade-version/)
- [Error reporting](/es/3.1/howto/error-reporting/)
- [Providing initial data for models](/es/3.1/howto/initial-data/)
- [Integrating Django with a legacy database](/es/3.1/howto/legacy-databases/)
- [Outputting CSV with Django](/es/3.1/howto/outputting-csv/)
- [Outputting PDFs with Django](/es/3.1/howto/outputting-pdf/)
- [Overriding templates](/es/3.1/howto/overriding-templates/)
- [Managing static files (e.g. images, JavaScript, CSS)](/es/3.1/howto/static-files/)
- [Deploying static files](/es/3.1/howto/static-files/deployment/)
- [How to install Django on Windows](/es/3.1/howto/windows/)
- [Writing database migrations](/es/3.1/howto/writing-migrations/)

> **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.
