---
title: "Guias de “como fazer”"
version: 4.0
locale: pt-br
source: https://docs.djangoproject.com/pt-br/4.0/howto/
canonical: https://djangodocs.dev/pt-br/4.0/howto/
---
# Guias de “como fazer”

Aqui você irá encontrar respostas curtas para tipos de perguntas “Como eu faço …?” Estes guias  de como não cobre tópicos em profundidade – você irá achar esse material em [Usando o Django](/pt-br/4.0/topics/) e the [Referência da API](/pt-br/4.0/ref/). Contudo, este guia irá lhe ajudar a fazer tarefas comuns rapidamente.

- [How to authenticate using `REMOTE_USER`](/pt-br/4.0/howto/auth-remote-user/)
- [How to create custom `django-admin` commands](/pt-br/4.0/howto/custom-management-commands/)
- [How to create custom model fields](/pt-br/4.0/howto/custom-model-fields/)
- [How to write custom lookups](/pt-br/4.0/howto/custom-lookups/)
- [How to implement a custom template backend](/pt-br/4.0/howto/custom-template-backend/)
- [How to create custom template tags and filters](/pt-br/4.0/howto/custom-template-tags/)
- [How to write a custom storage class](/pt-br/4.0/howto/custom-file-storage/)
- [How to deploy Django](/pt-br/4.0/howto/deployment/)
- [How to upgrade Django to a newer version](/pt-br/4.0/howto/upgrade-version/)
- [How to manage error reporting](/pt-br/4.0/howto/error-reporting/)
- [How to provide initial data for models](/pt-br/4.0/howto/initial-data/)
- [How to integrate Django with a legacy database](/pt-br/4.0/howto/legacy-databases/)
- [How to configure and use logging](/pt-br/4.0/howto/logging/)
- [How to create CSV output](/pt-br/4.0/howto/outputting-csv/)
- [How to create PDF files](/pt-br/4.0/howto/outputting-pdf/)
- [How to override templates](/pt-br/4.0/howto/overriding-templates/)
- [How to manage static files (e.g. images, JavaScript, CSS)](/pt-br/4.0/howto/static-files/)
- [How to deploy static files](/pt-br/4.0/howto/static-files/deployment/)
- [Como instalar o Django no Windows](/pt-br/4.0/howto/windows/)
- [How to create database migrations](/pt-br/4.0/howto/writing-migrations/)

> **See also**
>
> O [Django community aggregator](https://www.djangoproject.com/community/), onde nós juntamos conteúdo da comunidade Django global. Muitos escritores do “aggregator” escrevem esse tipo de material.
