How to customise API Root in Django REST Framework
Modify your projects settings.py ( helloproject/settings.py ) to know the BASE directory of the project You can … Read more
Modify your projects settings.py ( helloproject/settings.py ) to know the BASE directory of the project You can … Read more
We seen in our another post “Implementing filtering against query parameters for viewsets in DRF” , how … Read more
This post is related to / in continuation with “Writing class based Views in Django REST Framework” … Read more
When we were writing the filters for the Django REST framework to get JSON objects based on … Read more
This post is related to or in continuation with our previous post “Writing class based Views in … Read more
This post is in continuation with our previous post “Developing REST API using functions in DRF application … Read more
As we have seen previously, Django Rest Framework supports writing of views in two ways, 1. Function … Read more
Note: This post is related to “Developing REST API using functions in DRF application views” from “Django … Read more