---
title: "How-to guides"
version: 6.0
locale: it
source: https://docs.djangoproject.com/it/6.0/howto/
canonical: https://djangodocs.dev/it/6.0/howto/
---
# How-to guides

Practical guides covering common tasks and problems.

## Models, data and databases

- [Come fornire i dati iniziali per i modelli](/it/6.0/howto/initial-data/)
- [Come integrare Django con un database legacy](/it/6.0/howto/legacy-databases/)
- [Come creare model field personalizzati](/it/6.0/howto/custom-model-fields/)
- [Come creare migrazioni di database](/it/6.0/howto/writing-migrations/)
- [Come scrivere lookup personalizzati](/it/6.0/howto/custom-lookups/)

## Templates and output

- [Come creare un output su CSV](/it/6.0/howto/outputting-csv/)
- [Come creare file PDF](/it/6.0/howto/outputting-pdf/)
- [Come sovrascrivere i templates](/it/6.0/howto/overriding-templates/)
- [Come implementare un backend per template personalizzato](/it/6.0/howto/custom-template-backend/)
- [Come creare tag di template e filtri personalizzati](/it/6.0/howto/custom-template-tags/)

## Project configuration and management

- [Come gestire file statici (Es. immagini, JavaScript, CSS)](/it/6.0/howto/static-files/)
- [Come configurare ed utilizzare i log](/it/6.0/howto/logging/)
- [Come gestire il report degli errori](/it/6.0/howto/error-reporting/)
- [How to delete a Django application](/it/6.0/howto/delete-app/)

## Installing, deploying and upgrading

- [Come aggiornare Django ad una nuova versione](/it/6.0/howto/upgrade-version/)
- [Come installare Django su Windows](/it/6.0/howto/windows/)
- [Come distribuire Django](/it/6.0/howto/deployment/)
- [Come distribuire file statici](/it/6.0/howto/static-files/deployment/)

## Other guides

- [Come autenticarsi usando `REMOTE_USER`](/it/6.0/howto/auth-remote-user/)
- [How to use Django’s Content Security Policy](/it/6.0/howto/csp/)
- [Come usare la protezione CSRF di Django](/it/6.0/howto/csrf/)
- [Come scrivere una storage class personalizzata](/it/6.0/howto/custom-file-storage/)
- [Come creare comandi `django-admin` personalizzati](/it/6.0/howto/custom-management-commands/)
- [How to customize the `shell` command](/it/6.0/howto/custom-shell/)

> **See also**
>
> L” [aggregatore della community Django](https://www.djangoproject.com/community/), dove aggregriamo contenuti dalla community globale Django. Molti scrittori nell’aggregatore scrivono questo tipo di materiale how-to.
