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
- FAQ: Using Django
- FAQ: Getting Help
- 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를 가지고 있습니다. 그런데 필터에서 나타나지 않습니다.
- 몇몇 개체가 관리자 페이지에서 표시되지 않습니다.
- 어떻게 관리 인터페이스의 기능을 커스터마이즈 할 수 있습니까?
- 동적 관리자 사이트가 못 생겼어요. 어떻게 변경을 할 수 있나요?
- 관리자 사이트는 어떤 브라우저들을 지원하나요?
- 자주 묻는 질문 : 코드에 기여하기
- 문제해결