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

- [Autenticazione usando `REMOTE_USER`](/it/3.2/howto/auth-remote-user/)
- [Scrivere comandi personalizzati per `django-admin`](/it/3.2/howto/custom-management-commands/)
- [Scrivere campi modello personalizzati](/it/3.2/howto/custom-model-fields/)
- [Criteri di ricerca personalizzati](/it/3.2/howto/custom-lookups/)
- [Template per il backend personalizzato](/it/3.2/howto/custom-template-backend/)
- [Template tags e filtri personalizzati](/it/3.2/howto/custom-template-tags/)
- [Scrittura di un sistema di storage personalizzato](/it/3.2/howto/custom-file-storage/)
- [Deploying Django](/it/3.2/howto/deployment/)
- [Aggiornamenti di Django a una nuova versione](/it/3.2/howto/upgrade-version/)
- [Error reporting](/it/3.2/howto/error-reporting/)
- [Providing initial data for models](/it/3.2/howto/initial-data/)
- [Integrazione di Django con database obsoleti](/it/3.2/howto/legacy-databases/)
- [Outputting CSV with Django](/it/3.2/howto/outputting-csv/)
- [?Elaborazioni/Generazioni? di PDF con Django](/it/3.2/howto/outputting-pdf/)
- [Overriding templates](/it/3.2/howto/overriding-templates/)
- [Managing static files (e.g. images, JavaScript, CSS)](/it/3.2/howto/static-files/)
- [Deploying di file statici](/it/3.2/howto/static-files/deployment/)
- [Come installare Django su Windows](/it/3.2/howto/windows/)
- [Writing database migrations](/it/3.2/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.
