VARIS VONGUEA-AREE

🔥🇹🇭 Bangkok Thailand

High level experience in web design and development knowledge, producing quality work.

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() .