Writing class based Views in Django REST Framework

This post is in continuation with our previous post “Developing REST API using functions in DRF application … Read more

Solved: __init__() takes 1 positional argument but 2 were given

As we have seen previously, Django Rest Framework supports writing of views in two ways, 1. Function … Read more

Using status codes in Django Response to make it better readable

This post is in continuation with our another post “Developing REST API using functions in DRF application … Read more

Solved: Forbidden (CSRF cookie not set.)

When you have developed Django Views using function, and now tried to do http POST then you … Read more

Solved – /usr/bin/python: No module named django

If you get below error, when you tried to check django version using command “python -m django … Read more