Start here. This is the direct spoken answer to practice first.
Overview
DRF builds API-specific contracts and policy hooks on Django's request, routing, model, and middleware foundations.
Django REST Framework is a toolkit for building HTTP APIs on Django. It adds API-aware request and response objects, parsers and renderers, serializers, authentication and permission hooks, throttling, pagination, generic views, ViewSets, routers, and a browsable API. Django still provides the underlying web application, settings, middleware, URL dispatch, ORM, and deployment integration.