Django 1.11.8.dev20171202135632 documentation
Home
|
Table of contents
|
Index
|
Modules
«
previous
|
up
|
next
»
Django FAQ
¶
FAQ: General
Why does this project exist?
What does "Django" mean, and how do you pronounce it?
Is Django stable?
Does Django scale?
Who's behind this?
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?
<Framework X> does <feature Y> -- why doesn't Django?
Why did you write all of Django from scratch, instead of using other Python libraries?
Is Django a content-management-system (CMS)?
How can I download the Django documentation to read it offline?
How do I cite Django?
FAQ: Installation
How do I get started?
What are Django's prerequisites?
What Python version can I use with Django?
What Python version should I use with Django?
Should I use the stable version or development version?
FAQ: Using Django
Why do I get an error about importing DJANGO_SETTINGS_MODULE?
I can't stand your template language. Do I have to use it?
Do I have to use your model/database layer?
How do I use image and file fields?
How do I make a variable available to all my templates?
FAQ: Getting 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
?
Nobody on
django-users
answered my question! What should I do?
I think I've found a bug! What should I do?
I think I've found a security problem! What should I do?
FAQ: Databases and models
How can I see the raw SQL queries Django is running?
Can I use Django with a pre-existing database?
If I make changes to a model, how do I update the database?
Do Django models support multiple-column primary keys?
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?
자주 묻는 질문: 관리자
로그인을 할 수가 없습니다. 유효한 아이디와 패스워드를 입력해도 다시 로그인 페이지가 나옵니다. 아무런 에러 메세지 없이요.
로그인을 할 수 없습니다. 유효한 아이디와 패스워드를 입력해도 다시 로그인 페이지가 나오면서 "올바른 아이디와 패스워드를 입력해주세요" 에러가 나타납니다.
어떻게 자동으로 필드값을 관리자모드에서 마지막으로 대상을 편집한 이용자로 세팅하나요?
대상을 작성한 이용자만이 그것을 편집할 수 있도록 하기위해 어떻게 관리자 접근을 제한하나요?
내 관리자 사이트의 CSS와 이미지들이 개발 서버에서는 잘 보여지지만 mod_wsgi를 이용할 때는 재대로 보여지지 않습니다.
저의 "list_filter"가 ManyToManyField를 가지고 있습니다. 그런데 필터에서 나타나지 않습니다.
몇몇 개체가 관리자 페이지에서 표시되지 않습니다.
어떻게 관리 인터페이스의 기능을 커스터마이즈 할 수 있습니까?
동적 관리자 사이트가 못 생겼어요. 어떻게 변경을 할 수 있나요?
관리자 사이트는 어떤 브라우저들을 지원하나요?
자주 묻는 질문 : 코드에 기여하기
제가 Django의 코드에 기여하려면 어떻게 해야할까요?
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?
But I've reminded you several times and you keep ignoring my patch!
문제해결
Problems running
django-admin
Miscellaneous
Browse
Prev:
Writing database migrations
Next:
FAQ: General
You are here:
Django 1.11.8.dev20171202135632 documentation
Django FAQ
현재 문서
소스 코드를 보려면
빠른 검색
Last update:
12월 02, 2017
«
previous
|
up
|
next
»