Creating Python APIs - The Django REST framework. Building a Reddit clone - Creating Posts via API.[5/n]
In the last article, we created the posts using the admin panel. In this article we will add the posts using the API itself. Keep reading to find out more.
All you have to do is change the instance method from ListAPIView to ListCreateAPIView in view...
sauravjalui.com3 min read