장고 문서의 내용들¶
- 시작하기
- 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
- 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
- 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"의 의미는 무엇이고, 어떻게 발음하나요?
- 장고는 안정적인가요?
- 장고의 규모를 변화시킬 수 있나요?
- 이면에는 누가 있나요?
- 어떤 사이트들이 장고를 사용하나요?
- 장고는 MVC패턴으로 보여집니다, 하지만 컨트롤러를 "뷰"라고 부르고, 뷰를 "템플릿"이라고 합니다. 어떻게 일반적으로 사용하는 이름을 사용하지 않았나요?
- <Framework X>가<feature Y>를 합니다. 왜 장고는 못하나요?
- 왜 장고를 하나하나 파이썬 라이브러리를 사용하지 않고 일일이 만들었나요?
- 장고는 컨텐츠관리 시스템인가요(CMS)?
- 어떻게하면 장고 문서를 오프라인에서 볼 수 있게 다운로드 받을 수 있나요?
- 어떻게 장고를 인용할 수 있죠?
- 자주묻는 질문: 설치
- 자주 묻는 질문: 장고 사용하기
- 자주 묻는 질문: 도움을 받는법
- 자주 묻는 질문: 데이터베이스와 모델
- 자주 묻는 질문: 관리자
- 유효한 아이디와 패스워드를 입력해도 로그인을 할 수 없습니다. 아무 오류메시지 없이 로그인 페이지가 다시 나옵니다.
- 로그인을 할 수 없습니다. 유효한 아이디와 패스워드를 입력해도 다시 로그인 페이지가 나오면서 "올바른 아이디와 패스워드를 입력해주세요" 에러가 나타납니다.
- 어떻게 자동으로 필드값을 관리자모드에서 마지막으로 대상을 편집한 이용자로 세팅하나요?
- 대상을 작성한 이용자만이 그것을 편집할 수 있도록 하기위해 어떻게 관리자 접근을 제한하나요?
- 내 관리자 사이트의 CSS와 이미지들이 개발 서버에서는 잘 보여지지만 mod_wsgi를 이용할 때는 재대로 보여지지 않습니다.
- 저의 "list_filter"가 ManyToManyField를 가지고 있습니다. 그런데 필터에서 나타나지 않습니다.
- 몇몇 개체가 관리자 페이지에서 표시되지 않습니다.
- 어떻게 관리 인터페이스의 기능을 커스터마이즈 할 수 있습니까?
- 동적 관리자 사이트가 못 생겼어요. 어떻게 변경을 할 수 있나요?
- 관리자 사이트는 어떤 브라우저들을 지원하나요?
- 자주 묻는 질문 : 코드에 기여하기
- 문제해결
- 자주 묻는 질문: 일반
- 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.urls
functions for use in URLconfsdjango.conf.urls
functions for use in URLconfs- Django Utils
- Validators
- Built-in Views
- Meta-documentation and miscellany
- 용어
- Release notes
- Django internals