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

- [Authentication using `REMOTE_USER`](/ko/1.11/howto/auth-remote-user/)
- [Writing custom `django-admin` commands](/ko/1.11/howto/custom-management-commands/)
- [Writing custom model fields](/ko/1.11/howto/custom-model-fields/)
- [Custom Lookups](/ko/1.11/howto/custom-lookups/)
- [Custom template tags and filters](/ko/1.11/howto/custom-template-tags/)
- [Writing a custom storage system](/ko/1.11/howto/custom-file-storage/)
- [Deploying Django](/ko/1.11/howto/deployment/)
- [Upgrading Django to a newer version](/ko/1.11/howto/upgrade-version/)
- [Error reporting](/ko/1.11/howto/error-reporting/)
- [Providing initial data for models](/ko/1.11/howto/initial-data/)
- [Running Django on Jython](/ko/1.11/howto/jython/)
- [Integrating Django with a legacy database](/ko/1.11/howto/legacy-databases/)
- [Outputting CSV with Django](/ko/1.11/howto/outputting-csv/)
- [Outputting PDFs with Django](/ko/1.11/howto/outputting-pdf/)
- [Overriding templates](/ko/1.11/howto/overriding-templates/)
- [Managing static files (e.g. images, JavaScript, CSS)](/ko/1.11/howto/static-files/)
- [Deploying static files](/ko/1.11/howto/static-files/deployment/)
- [How to install Django on Windows](/ko/1.11/howto/windows/)
- [Writing database migrations](/ko/1.11/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.
