How to set password authentication for Api Root / DefaultRouter in Django REST
This post is in continuation of “Developing first REST API using Django Rest Framework ( DRF )” … Read more
This post is in continuation of “Developing first REST API using Django Rest Framework ( DRF )” … Read more
This post is heavily based on “Writing your first Django App” article from django documentation. The only … Read more
In our previous post “What is Nginx and how to install Nginx on Ubuntu 20.04 ?”, we … Read more
What is Nginx ? NGINX is open source software for web serving, reverse proxying, caching, load balancing, media … Read more
WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server … Read more
When we were working with Django rest framework and trying to design a response JSON, we got … Read more
When we added pagination with Django REST Framework “How to implement Pagination with Django & Django REST … Read more
This post is related to “How to create JSON objects with unique entries in Django REST Framework … Read more
This post is in continuation with “Writing class based Views in Django REST Framework” , for all … Read more
Lets say we are trying to create a database of users using Django / Django REST framework. … Read more