Django Rest Framework🔗
pip install djangorestframework
pip install django-filter
$ curl http://localhost:8000/api/article/?format=json
ส่วนสำคัญสำหรับ Django Rest Framework มี 3 ส่วนหลัก
Models🔗
Serializers🔗
Viewsets🔗
ModelViewSet, which provides the following actions: .list(), .retrieve(), .create(), .update(), .partial_update(), and .destroy() .