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

- [How to authenticate using `REMOTE_USER`](/es/4.0/howto/auth-remote-user/)
- [How to create custom `django-admin` commands](/es/4.0/howto/custom-management-commands/)
- [How to create custom model fields](/es/4.0/howto/custom-model-fields/)
- [How to write custom lookups](/es/4.0/howto/custom-lookups/)
- [How to implement a custom template backend](/es/4.0/howto/custom-template-backend/)
- [How to create custom template tags and filters](/es/4.0/howto/custom-template-tags/)
- [How to write a custom storage class](/es/4.0/howto/custom-file-storage/)
- [How to deploy Django](/es/4.0/howto/deployment/)
- [How to upgrade Django to a newer version](/es/4.0/howto/upgrade-version/)
- [How to manage error reporting](/es/4.0/howto/error-reporting/)
- [How to provide initial data for models](/es/4.0/howto/initial-data/)
- [How to integrate Django with a legacy database](/es/4.0/howto/legacy-databases/)
- [How to configure and use logging](/es/4.0/howto/logging/)
- [How to create CSV output](/es/4.0/howto/outputting-csv/)
- [How to create PDF files](/es/4.0/howto/outputting-pdf/)
- [How to override templates](/es/4.0/howto/overriding-templates/)
- [How to manage static files (e.g. images, JavaScript, CSS)](/es/4.0/howto/static-files/)
- [How to deploy static files](/es/4.0/howto/static-files/deployment/)
- [How to install Django on Windows](/es/4.0/howto/windows/)
- [How to create database migrations](/es/4.0/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.
