DRF, 기본 django 공식 사이트
개발 참고 사이트
- DRF : https://www.django-rest-framework.org/
Home - Django REST framework
www.django-rest-framework.org
- DRF View : https://www.cdrf.co/
Django REST Framework 3.14 -- Classy DRF
What is this? Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. It provides class based generic API views and serializers. We've taken all the attributes and methods that every view/serializer defines or inherit
www.cdrf.co
- 기본 django View : https://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 heavily-utilise Python's object orientation and multiple inheritance in order to be exten
ccbv.co.uk