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
Note: This post is related to “Developing REST API using functions in DRF application views” from “Django … Read more