Django REST Framework and Model Serializer Guide

How to create CRUD REST APIs for a Django web application

Vikas Gautam
3 min readJul 20, 2021

--

Django Rest Framework UI by Vikas Gautam

Django is a high population python framework for creating a scalable web application backend that can serve a high number of users. REST APIs are also very popular and they are used by a UI like react, angular, swagger, etc. REST APIs are used to send data from DB to UI and vise versa.

--

--