How to solve Django Bad Request 400 error ?

When you tries to do http post with a JSON data / payload to your Django REST … 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 – /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

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

How to implement Pagination with Django & Django REST Framework ?

When you are working with lots of data like millions of object entries in the database, its … Read more

How to implement Edit and Delete with Django REST Framework ?

As we have seen in our previous post, “Writing class based Views in Django REST Framework” we … Read more

Install Django REST Framework on Ubuntu

django dashboard

Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might … Read more