How to create JSON objects with unique entries in Django REST Framework ?
This post is in continuation with “Writing class based Views in Django REST Framework” , for all … Read more
This post is in continuation with “Writing class based Views in Django REST Framework” , for all … Read more
This post is related to or in continuation with our previous post “Writing class based Views in … 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
Lets say we are trying to create a database of users using Django / Django REST framework. … Read more
Note: This post is related to “Developing REST API using functions in DRF application views” from “Django … 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
In our previous post “Understanding many-to-one relationship and implementing it using ForeignKey in Django / DRF” we … Read more
When you tries to do http post with a JSON data / payload to your Django REST … Read more