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

- [Authentication using `REMOTE_USER`](/es/1.9/howto/auth-remote-user/)
- [Writing custom `django-admin` commands](/es/1.9/howto/custom-management-commands/)
- [Writing custom model fields](/es/1.9/howto/custom-model-fields/)
- [Custom Lookups](/es/1.9/howto/custom-lookups/)
- [Custom template tags and filters](/es/1.9/howto/custom-template-tags/)
- [Writing a custom storage system](/es/1.9/howto/custom-file-storage/)
- [Deploying Django](/es/1.9/howto/deployment/)
- [Upgrading Django to a newer version](/es/1.9/howto/upgrade-version/)
- [Error reporting](/es/1.9/howto/error-reporting/)
- [Providing initial data for models](/es/1.9/howto/initial-data/)
- [Running Django on Jython](/es/1.9/howto/jython/)
- [Integrating Django with a legacy database](/es/1.9/howto/legacy-databases/)
- [Outputting CSV with Django](/es/1.9/howto/outputting-csv/)
- [Outputting PDFs with Django](/es/1.9/howto/outputting-pdf/)
- [Managing static files (e.g. images, JavaScript, CSS)](/es/1.9/howto/static-files/)
- [Deploying static files](/es/1.9/howto/static-files/deployment/)
- [How to install Django on Windows](/es/1.9/howto/windows/)
- [Writing database migrations](/es/1.9/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.
