Accessing website URL and path in JAVAScript

If you want to know what the current URL user have visited in browser in your Javascript … Read more

Working with different elements of DOM in html

We tried to understand what the DOM means in html in our previous post “Understanding HTML Document … Read more

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