장고 문서의 내용들¶
- 시작하기
- Using Django
- How to install Django
- Models and databases
- Handling HTTP requests
- Working with forms
- Templates
- Class-based views
- Migrations
- Managing files
- Testing in Django
- User authentication in Django
- Django's cache framework
- Conditional View Processing
- Cryptographic signing
- Sending email
- Internationalization and localization
- Logging
- Pagination
- Porting to Python 3
- Security in Django
- Performance and optimization
- Serializing Django objects
- Django settings
- Signals
- System check framework
- External packages
- "How-to" guides
- Authentication using
REMOTE_USER
- Writing custom
django-admin
commands - Writing custom model fields
- Custom Lookups
- Custom template tags and filters
- Writing a custom storage system
- Deploying Django
- Upgrading Django to a newer version
- Error reporting
- Providing initial data for models
- Running Django on Jython
- Integrating Django with a legacy database
- Outputting CSV with Django
- Outputting PDFs with Django
- Overriding templates
- Managing static files (e.g. images, JavaScript, CSS)
- Deploying static files
- How to install Django on Windows
- Writing database migrations
- Authentication using
- 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를 가지고 있습니다. 그런데 필터에서 나타나지 않습니다.
- 몇몇 개체가 관리자 페이지에서 표시되지 않습니다.
- 어떻게 관리 인터페이스의 기능을 커스터마이즈 할 수 있습니까?
- 동적 관리자 사이트가 못 생겼어요. 어떻게 변경을 할 수 있나요?
- 관리자 사이트는 어떤 브라우저들을 지원하나요?
- 자주 묻는 질문 : 코드에 기여하기
- 문제해결
- FAQ: General
- API Reference
- Applications
- System check framework
- Built-in class-based views API
- Clickjacking Protection
contrib
packages- The Django admin site
django.contrib.auth
- The contenttypes framework
- The flatpages app
- GeoDjango
django.contrib.humanize
- The messages framework
django.contrib.postgres
- The redirects app
- The sitemap framework
- The "sites" framework
- The
staticfiles
app - The syndication feed framework
admin
auth
contenttypes
flatpages
gis
humanize
messages
postgres
redirects
sessions
sites
sitemaps
syndication
- Other add-ons
- Cross Site Request Forgery protection
- Databases
django-admin
andmanage.py
- Running management commands from your code
- Django Exceptions
- File handling
- Forms
- Middleware
- Migration Operations
- Models
- Request and response objects
SchemaEditor
- Settings
- Signals
- Templates
TemplateResponse
andSimpleTemplateResponse
- Unicode data
django.urls
utility functionsdjango.conf.urls
utility functions- Django Utils
- Validators
- Built-in Views
- Meta-documentation and miscellany
- 용어
- Release notes
- Django internals