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

Example of creating JSON Array in JAVA

To know more about JSON , read “What is JSON and Understanding JSON syntax with simple example” … Read more

Example of creating simple JSON in JAVA

To know more about JSON , read “What is JSON and Understanding JSON syntax with simple example” … Read more

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

Why filters are required in Django REST Framework ?

We seen in our another post “Implementing filtering against query parameters for viewsets in DRF” , how … Read more

Implementing filtering against query parameters for viewsets in DRF

filters

This post is related to / in continuation with “Writing class based Views in Django REST Framework” … Read more

How to change python version in Ubuntu ?

If you have more than one python version installed like below, here, as you can see we … Read more

How to show Bootstrap Modal dialog on click of Button in html

The following example shows the simple button, upon clicking which we tries to show simple modal dialog. … Read more

Solved: TypeError: object is not iterable

When we were writing the filters for the Django REST framework to get JSON objects based on … Read more