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

- [Come autenticarsi usando `REMOTE_USER`](/it/4.0/howto/auth-remote-user/)
- [Come creare comandi `django-admin` personalizzati](/it/4.0/howto/custom-management-commands/)
- [Come creare model field personalizzati](/it/4.0/howto/custom-model-fields/)
- [Come scrivere lookup personalizzati](/it/4.0/howto/custom-lookups/)
- [Come implementare un backend per template personalizzato](/it/4.0/howto/custom-template-backend/)
- [Come creare tag di template e filtri personalizzati](/it/4.0/howto/custom-template-tags/)
- [Come scrivere una storage class personalizzata](/it/4.0/howto/custom-file-storage/)
- [How to deploy Django](/it/4.0/howto/deployment/)
- [Come aggiornare Django ad una nuova versione](/it/4.0/howto/upgrade-version/)
- [Come gestire il report degli errori](/it/4.0/howto/error-reporting/)
- [How to provide initial data for models](/it/4.0/howto/initial-data/)
- [Come integrare Django con un database legacy](/it/4.0/howto/legacy-databases/)
- [How to configure and use logging](/it/4.0/howto/logging/)
- [Come creare un output su CSV](/it/4.0/howto/outputting-csv/)
- [How to create PDF files](/it/4.0/howto/outputting-pdf/)
- [How to override templates](/it/4.0/howto/overriding-templates/)
- [How to manage static files (e.g. images, JavaScript, CSS)](/it/4.0/howto/static-files/)
- [How to deploy static files](/it/4.0/howto/static-files/deployment/)
- [Come installare Django su Windows](/it/4.0/howto/windows/)
- [How to create database migrations](/it/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.
