Django Rest Framework makes it easy to use your Django Server as an REST API . REST stands for “representational state transfer” and API stands for application programming interface. Note that with DRF you easily have list and create views as well as authentication.
Read moreIs Django rest a framework?
Django REST framework is a powerful and flexible toolkit for building Web APIs . Some reasons you might want to use REST framework: The Web browsable API is a huge usability win for your developers.
Read more