---
title: "“How-to” 가이드"
version: 2.1
locale: ko
source: https://docs.djangoproject.com/ko/2.1/howto/
canonical: https://djangodocs.dev/ko/2.1/howto/
---
# “How-to” 가이드

“…을 어떻게 해야 하나요?”에 대한 짧은 대답을 여기서 찾을 수 있습니다. 이 how-to 가이드는 주제를 깊이 있게 다루지 않으며, [Django 사용하기](/ko/2.1/topics/)와 [API Reference](/ko/2.1/ref/)에서 관련 자료를 얻을 수 있습니다. 이 가이드는 일반적인 작업을 재빨리 완수하는 데 도움이 될 것입니다.

- [`REMOTE_USER`를 사용하여 인증](/ko/2.1/howto/auth-remote-user/)
- [Writing custom `django-admin` commands](/ko/2.1/howto/custom-management-commands/)
- [Writing custom model fields](/ko/2.1/howto/custom-model-fields/)
- [커스텀 룩업](/ko/2.1/howto/custom-lookups/)
- [사용자 정의 템플릿 태그와 필터](/ko/2.1/howto/custom-template-tags/)
- [커스텀 저장 시스템 작성하기](/ko/2.1/howto/custom-file-storage/)
- [Deploying Django](/ko/2.1/howto/deployment/)
- [Upgrading Django to a newer version](/ko/2.1/howto/upgrade-version/)
- [Error reporting](/ko/2.1/howto/error-reporting/)
- [모델의 초기 데이터 제공하기.](/ko/2.1/howto/initial-data/)
- [Jython 환경의 Django](/ko/2.1/howto/jython/)
- [레거시 데이터베이스에 장고 연동하기.](/ko/2.1/howto/legacy-databases/)
- [장고에서 CSV 출력하기](/ko/2.1/howto/outputting-csv/)
- [Outputting PDFs with Django](/ko/2.1/howto/outputting-pdf/)
- [Overriding templates](/ko/2.1/howto/overriding-templates/)
- [Managing static files (e.g. images, JavaScript, CSS)](/ko/2.1/howto/static-files/)
- [정적 파일 배포하기](/ko/2.1/howto/static-files/deployment/)
- [윈도우즈에 Django 설치하기](/ko/2.1/howto/windows/)
- [Writing database migrations](/ko/2.1/howto/writing-migrations/)

> **See also**
>
> [Django community aggregator](https://www.djangoproject.com/community/)는 전세계 Django 커뮤니티의 콘텐츠를 모으는 곳입니다. 많은 저자들이 이러한 how-to 자료를 작성하고 있습니다.
