I have made a certain app in Django, and I know that Django Rest Framework is used for building APIs. However, when I started to read about Django Rest Framework on their websit
In simple words,
Django : It provide features for standard web app
Django Rest Framework: It provide features to build standard REST API.