---
title: "Django FAQ"
version: 1.11
locale: ko
source: https://docs.djangoproject.com/ko/1.11/faq/
canonical: https://djangodocs.dev/ko/1.11/faq/
---
# Django FAQ

- [FAQ: General](/ko/1.11/faq/general/)

  - [Why does this project exist?](/ko/1.11/faq/general/#why-does-this-project-exist)
  - [What does “Django” mean, and how do you pronounce it?](/ko/1.11/faq/general/#what-does-django-mean-and-how-do-you-pronounce-it)
  - [Is Django stable?](/ko/1.11/faq/general/#is-django-stable)
  - [Does Django scale?](/ko/1.11/faq/general/#does-django-scale)
  - [Who’s behind this?](/ko/1.11/faq/general/#who-s-behind-this)
  - [Which sites use Django?](/ko/1.11/faq/general/#which-sites-use-django)
  - [Django appears to be a MVC framework, but you call the Controller the “view”, and the View the “template”. How come you don’t use the standard names?](/ko/1.11/faq/general/#django-appears-to-be-a-mvc-framework-but-you-call-the-controller-the-view-and-the-view-the-template-how-come-you-don-t-use-the-standard-names)
  - [\<Framework X\> does \<feature Y\> – why doesn’t Django?](/ko/1.11/faq/general/#framework-x-does-feature-y-why-doesn-t-django)
  - [Why did you write all of Django from scratch, instead of using other Python libraries?](/ko/1.11/faq/general/#why-did-you-write-all-of-django-from-scratch-instead-of-using-other-python-libraries)
  - [Is Django a content-management-system (CMS)?](/ko/1.11/faq/general/#is-django-a-content-management-system-cms)
  - [How can I download the Django documentation to read it offline?](/ko/1.11/faq/general/#how-can-i-download-the-django-documentation-to-read-it-offline)
  - [How do I cite Django?](/ko/1.11/faq/general/#how-do-i-cite-django)
- [FAQ: Installation](/ko/1.11/faq/install/)

  - [How do I get started?](/ko/1.11/faq/install/#how-do-i-get-started)
  - [What are Django’s prerequisites?](/ko/1.11/faq/install/#what-are-django-s-prerequisites)
  - [What Python version can I use with Django?](/ko/1.11/faq/install/#what-python-version-can-i-use-with-django)
  - [What Python version should I use with Django?](/ko/1.11/faq/install/#what-python-version-should-i-use-with-django)
  - [Should I use the stable version or development version?](/ko/1.11/faq/install/#should-i-use-the-stable-version-or-development-version)
- [FAQ: Using Django](/ko/1.11/faq/usage/)

  - [Why do I get an error about importing DJANGO\_SETTINGS\_MODULE?](/ko/1.11/faq/usage/#why-do-i-get-an-error-about-importing-django-settings-module)
  - [I can’t stand your template language. Do I have to use it?](/ko/1.11/faq/usage/#i-can-t-stand-your-template-language-do-i-have-to-use-it)
  - [Do I have to use your model/database layer?](/ko/1.11/faq/usage/#do-i-have-to-use-your-model-database-layer)
  - [How do I use image and file fields?](/ko/1.11/faq/usage/#how-do-i-use-image-and-file-fields)
  - [How do I make a variable available to all my templates?](/ko/1.11/faq/usage/#how-do-i-make-a-variable-available-to-all-my-templates)
- [FAQ: Getting Help](/ko/1.11/faq/help/)

  - [How do I do X? Why doesn’t Y work? Where can I go to get help?](/ko/1.11/faq/help/#how-do-i-do-x-why-doesn-t-y-work-where-can-i-go-to-get-help)
  - [Why hasn’t my message appeared on django-users?](/ko/1.11/faq/help/#why-hasn-t-my-message-appeared-on-django-users)
  - [Nobody on django-users answered my question! What should I do?](/ko/1.11/faq/help/#nobody-on-django-users-answered-my-question-what-should-i-do)
  - [I think I’ve found a bug! What should I do?](/ko/1.11/faq/help/#i-think-i-ve-found-a-bug-what-should-i-do)
  - [I think I’ve found a security problem! What should I do?](/ko/1.11/faq/help/#i-think-i-ve-found-a-security-problem-what-should-i-do)
- [FAQ: Databases and models](/ko/1.11/faq/models/)

  - [How can I see the raw SQL queries Django is running?](/ko/1.11/faq/models/#how-can-i-see-the-raw-sql-queries-django-is-running)
  - [Can I use Django with a pre-existing database?](/ko/1.11/faq/models/#can-i-use-django-with-a-pre-existing-database)
  - [If I make changes to a model, how do I update the database?](/ko/1.11/faq/models/#if-i-make-changes-to-a-model-how-do-i-update-the-database)
  - [Do Django models support multiple-column primary keys?](/ko/1.11/faq/models/#do-django-models-support-multiple-column-primary-keys)
  - [Does Django support NoSQL databases?](/ko/1.11/faq/models/#does-django-support-nosql-databases)
  - [How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?](/ko/1.11/faq/models/#how-do-i-add-database-specific-options-to-my-create-table-statements-such-as-specifying-myisam-as-the-table-type)
- [자주 묻는 질문: 관리자](/ko/1.11/faq/admin/)

  - [로그인을 할 수가 없습니다. 유효한 아이디와 패스워드를 입력해도 다시 로그인 페이지가 나옵니다. 아무런 에러 메세지 없이요.](/ko/1.11/faq/admin/#i-can-t-log-in-when-i-enter-a-valid-username-and-password-it-just-brings-up-the-login-page-again-with-no-error-messages)
  - [로그인을 할 수 없습니다. 유효한 아이디와 패스워드를 입력해도 다시 로그인 페이지가 나오면서 “올바른 아이디와 패스워드를 입력해주세요” 에러가 나타납니다.](/ko/1.11/faq/admin/#i-can-t-log-in-when-i-enter-a-valid-username-and-password-it-brings-up-the-login-page-again-with-a-please-enter-a-correct-username-and-password-error)
  - [어떻게 자동으로 필드값을 관리자모드에서 마지막으로 대상을 편집한 이용자로 세팅하나요?](/ko/1.11/faq/admin/#how-do-i-automatically-set-a-field-s-value-to-the-user-who-last-edited-the-object-in-the-admin)
  - [대상을 작성한 이용자만이 그것을 편집할 수 있도록 하기위해 어떻게 관리자 접근을 제한하나요?](/ko/1.11/faq/admin/#how-do-i-limit-admin-access-so-that-objects-can-only-be-edited-by-the-users-who-created-them)
  - [내 관리자 사이트의 CSS와 이미지들이 개발 서버에서는 잘 보여지지만 mod\_wsgi를 이용할 때는 재대로 보여지지 않습니다.](/ko/1.11/faq/admin/#my-admin-site-css-and-images-showed-up-fine-using-the-development-server-but-they-re-not-displaying-when-using-mod-wsgi)
  - [저의 “list\_filter”가 ManyToManyField를 가지고 있습니다. 그런데 필터에서 나타나지 않습니다.](/ko/1.11/faq/admin/#my-list-filter-contains-a-manytomanyfield-but-the-filter-doesn-t-display)
  - [몇몇 개체가 관리자 페이지에서 표시되지 않습니다.](/ko/1.11/faq/admin/#some-objects-aren-t-appearing-in-the-admin)
  - [어떻게 관리 인터페이스의 기능을 커스터마이즈 할 수 있습니까?](/ko/1.11/faq/admin/#how-can-i-customize-the-functionality-of-the-admin-interface)
  - [동적 관리자 사이트가 못 생겼어요. 어떻게 변경을 할 수 있나요?](/ko/1.11/faq/admin/#the-dynamically-generated-admin-site-is-ugly-how-can-i-change-it)
  - [관리자 사이트는 어떤 브라우저들을 지원하나요?](/ko/1.11/faq/admin/#what-browsers-are-supported-for-using-the-admin)
- [자주 묻는 질문 : 코드에 기여하기](/ko/1.11/faq/contributing/)

  - [제가 Django의 코드에 기여하려면 어떻게 해야할까요?](/ko/1.11/faq/contributing/#how-can-i-get-started-contributing-code-to-django)
  - [I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?](/ko/1.11/faq/contributing/#i-submitted-a-bug-fix-in-the-ticket-system-several-weeks-ago-why-are-you-ignoring-my-patch)
  - [When and how might I remind the team of a patch I care about?](/ko/1.11/faq/contributing/#when-and-how-might-i-remind-the-team-of-a-patch-i-care-about)
  - [But I’ve reminded you several times and you keep ignoring my patch!](/ko/1.11/faq/contributing/#but-i-ve-reminded-you-several-times-and-you-keep-ignoring-my-patch)
- [문제해결](/ko/1.11/faq/troubleshooting/)

  - [Problems running `django-admin`](/ko/1.11/faq/troubleshooting/#problems-running-django-admin)
  - [Miscellaneous](/ko/1.11/faq/troubleshooting/#miscellaneous)
