“How-to” 가이드¶
“…을 어떻게 해야 하나요?”에 대한 짧은 대답을 여기서 찾을 수 있습니다. 이 how-to 가이드는 주제를 깊이 있게 다루지 않으며, Django 사용하기와 API Reference에서 관련 자료를 얻을 수 있습니다. 이 가이드는 일반적인 작업을 재빨리 완수하는 데 도움이 될 것입니다.
- “REMOTE_USER”를 이용해 인증하는 방법
- 커스텀 “django-admin” 명령을 만드는 방법
- How to create custom model fields
- How to write custom lookups
- How to implement a custom template backend
- How to create custom template tags and filters
- How to write a custom storage class
- How to deploy Django
- How to upgrade Django to a newer version
- How to manage error reporting
- How to provide initial data for models
- How to integrate Django with a legacy database
- How to configure and use logging
- How to create CSV output
- How to create PDF files
- How to override templates
- How to manage static files (e.g. images, JavaScript, CSS)
- How to deploy static files
- 윈도우즈에 Django 설치하기
- How to create database migrations
더 보기
Django community aggregator는 전세계 Django 커뮤니티의 콘텐츠를 모으는 곳입니다. 많은 저자들이 이러한 how-to 자료를 작성하고 있습니다.