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

Solved: DisallowedHost – Invalid HTTP_HOST header

This error is related to “Installing Django and Django-REST Framework on ubuntu” , if you have Django … Read more

Developing first REST API using Django Rest Framework ( DRF )

This post is in continuation with our previous post “Installing Django and Django-REST Framework on Ubuntu for … Read more

How to set / change the timezone in Django ?

If you have followed to create your first django project “Starting webserver using your first simple Django … Read more

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

How to define different urlpatterns in view.py for Django

As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more