«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 and the API Reference. However, these guides will help you quickly accomplish common tasks.
- Come autenticarsi usando
REMOTE_USER
- Come creare comandi
django-admin
personalizzati - Come creare model field personalizzati
- Come scrivere lookup personalizzati
- Come implementare un backend per template personalizzato
- Come creare tag di template e filtri personalizzati
- Come scrivere una storage class personalizzata
- How to deploy Django
- Come aggiornare Django ad una nuova versione
- Come gestire il report degli errori
- How to provide initial data for models
- Come integrare Django con un database legacy
- How to configure and use logging
- Come creare un output su CSV
- How to create PDF files
- How to override templates
- How to manage static files (e.g. images, JavaScript, CSS)
- How to deploy static files
- Come installare Django su Windows
- How to create database migrations
Vedi anche
The Django community aggregator, where we aggregate content from the global Django community. Many writers in the aggregator write this sort of how-to material.