Django is the web development framework in python whereas the Django Rest Framework is the library used in Django to build Rest APIs . Django Rest Framework is especially designed to make the CRUD operations easier to design in Django.
Read moreWhich is best for REST API Django or flask?
In summary, Django is perfect if you want to build robust full-stack websites because it has several functionalities and works very well in production. Flask is ideal for machine learning engineers or developers who want to quickly prototype a web application and build APIs easily and quickly.
Read more