Creating Python APIs - The Django REST framework. CRUD operations using API [12/n]
Welcome back to my series on creating Python APIs using Django REST framework.
Today we will add the basic functionality of CRUD (Create, Read, Update, Delete) in our API view.
First, let's add the option to create new todo using API.
For that we nee...
sauravjalui.com3 min read