위키
총 1121개의 페이지 · 10 / 57 · 1121개 중 181–200
- [Django] Signals: 모델 이벤트 hook#django #signal #event #hook
- [Django] Static과 Media 파일#django #static #media #deployment
- [Django] Template 언어: 태그, 필터, 상속#django #template #dtl #jinja2
- [Django] Transactions: atomic, on_commit, savepoint#django #transaction #database #orm
- [Django] URL 디스패치: path, re_path, include#django #urls #routing
- [Django] View: 함수 기반 vs 클래스 기반#django #view #cbv #fbv
- [Django] 개요와 프로젝트 구조#django #python #web-framework #mtv
- [Django] 마이그레이션: makemigrations, migrate, 데이터 마이그레이션#django #migration #schema #db
- [Django] 배포: Gunicorn, Uvicorn, whitenoise, Docker#django #deployment #gunicorn #docker
- [Django] 보안: CSRF, XSS, SQL injection, headers#django #security #csrf #xss #hsts
- [Django] 인증: User, login, permissions#django #auth #user #permission
- [Django] 첫 프로젝트 튜토리얼: 순차 학습#django #tutorial #beginner #python
- [Django] 테스트: TestCase, Client, factory_boy#django #testing #pytest #factory
- [DRF] Authentication: Session, Token, JWT, OAuth2#drf #authentication #jwt #session #token #oauth2
- [DRF] Filtering: django-filter, SearchFilter, OrderingFilter#drf #filter #search #ordering #django-filter
- [DRF] Pagination + Throttling#drf #pagination #throttling #rate-limit
- [DRF] Request + Response 객체#drf #request #response #api
- [DRF] Routers: DefaultRouter, SimpleRouter, custom actions#drf #router #viewset #url
- [DRF] Schemas + OpenAPI: 자동 문서화#drf #openapi #swagger #documentation #spectacular
- [DRF] Testing: APIClient, APITestCase, force_authenticate#drf #testing #pytest #api-testing