[DRF] 참고(reference) 정리 - 포스팅 하기엔 정리가 잘된 글 모음
1. 2024-02-02 1차 업데이트
1. Django Rest Framework(DRF) APIView 동작 원리 분석 :
2. EP 03 - JSON 응답뷰 만들기 (부제 - APIView부터 ViewSet까지) :
3. EP 04 - ViewSet과 Router :
https://www.lostcatbox.com/2020/01/17/DRF04/#EP-04-ViewSet%EA%B3%BC-Router
4. EP 05 - format 인자와 다양한 Renderer :
5. EP 08 - Serializer를 통한 유효성 검사 및 저장 :
6. EP 09 - Authentication과 Permissions :
https://www.lostcatbox.com/2020/01/22/DRF09/#EP-09-Authentication%EA%B3%BC-Permissions
7. EP 10 - Throttling :
https://www.lostcatbox.com/2020/01/23/DRF10+11/
8. JWT에서 Django request.user 까지의 여정 :
https://uiandwe.tistory.com/1306
9. [DRF] Concept Part - Request & Response :
https://jaeseo0519.tistory.com/113#--%--FBV%--%--%--CBV
10. Django REST Framework Views - ViewSets :
https://testdriven.io/blog/drf-views-part-3/
11. 05) Django REST Framework에서의 인증과 권한 부여 - simplejwt :
12. 06) 페이지네이션, 필터링, 그리고 정렬 :
13. 07) API 문서화 및 테스트 - django-rest-framework-docs :
14. 08) API 버전 관리와 배포 :
15. 02) Django 성능 최적화 :
16. 03) Django REST 프레임워크 성능 최적화 :
17. [Django] DRF Router(라우터) 동작 원리 :
18. [Django] DRF Serializer(시리얼라이저) 동작 원리 :
19. Gunicorn 동작 과정 알아보기 :
20. [Django] Django의 동작 원리와 과정 파헤치기 :
21. PyTest와 함께 사용하기 좋은 라이브러리와 플러그인 - Schema, PyTest Lazy_Fixture
https://www.qu3vipon.com/pytest-schema-lazyfixture#b0e4ac60-8816-4153-b60f-783d10925f85
22. Schema 사용법 :
https://www.qu3vipon.com/35f5dfb2-25f7-4bed-a836-89c332fee70c
23. [Django] 하나의 APIView에서 Serializer_class가 다를 때 :
24. [Django] DRF Filtering APIView로 적용해보기 :
https://tcitr-antoliny.tistory.com/40
25. Django(DRF) CORS 정책 해결 - proxy 사용
https://tcitr-antoliny.tistory.com/44
26. [Django] AbstractUser로 User모델 커스터마이징 해보기 :
https://tcitr-antoliny.tistory.com/34
27. [Django] DRF 페이지네이션, APIView에서의 적용법 :
https://tcitr-antoliny.tistory.com/38
28. Django(DRF) + React SimpleJWT를 통한 로그인 Authentication구현 :
https://tcitr-antoliny.tistory.com/45
29. [Django] 음원 및 영상 파일 s3 업로드 :
30. [celery] ImportError: The curl client requires the pycurl library :
https://velog.io/@nikevapormax/celery-ImportError-The-curl-client-requires-the-pycurl-library
31. [Django] url을 사용해 데이터베이스 연결 :
32. 로그인 구현 - Django(JWT) :
https://velog.io/@pjh1011409/%EB%A1%9C%EA%B7%B8%EC%9D%B8
33. [Django] DRF jwt 인증방식을 이용한 로그인, 회원가입 구현하기 :
https://hayeon1549.tistory.com/36