Introduction
DRF helps you build web APIs easily with Django. It makes sharing data between your app and others simple.
You want to create a web API for your Django app.
You need to send data from your server to a mobile app.
You want to allow other developers to use your app's data.
You want to build a backend for a single-page app or frontend framework.
You want to handle JSON data easily in Django.