DRF

[Django] Class-based views 상세 설명 사이트 클래스(class) 기반의 뷰(views) 상세 설명 사이트이다. django 공식 문서보다 훨씬 잘 정리되어 있고, 오버라이딩할 변수/함수를 찾기 쉽다. 😉장고 클래스 뷰 (class-based generic views) http://ccbv.co.uk/ Django Class-Based-View Inspector -- Classy CBV What are class-based views anyway? Django's class-based generic views provide abstract classes implementing common web development tasks. These are very powerful, and he..
[Django][Error] DRF 실행 관련 에러들 1. authenticators 에서 TypeError: 'type' object is not iterable ... 생략 ... File "/Users/jiyeon/.local/share/virtualenvs/backend-VwpUB2OP/lib/python3.7/site-packages/rest_framework/views.py", line 272, in get_authenticators return [auth() for auth in self.authentication_classes] TypeError: 'type' object is not iterable 해결방법 settings.py의 REST_FRAMEWORK 튜플이 정상적으로 입력되었는지 ..
S0PH1A
'DRF' 태그의 글 목록