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
To know more about JSON , read “What is JSON and Understanding JSON syntax with simple example” … Read more
To know more about JSON , read “What is JSON and Understanding JSON syntax with simple example” … Read more
Lets say we are trying to create a database of users using Django / Django REST framework. … 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
If you have more than one python version installed like below, here, as you can see we … Read more
The following example shows the simple button, upon clicking which we tries to show simple modal dialog. … Read more
When we were writing the filters for the Django REST framework to get JSON objects based on … Read more