Does the django-rest-framework provide an admin site to manage models?

Simply use the django admin panel provided by django: Step 1: create superuser python manage.py createsuperuser Step 2: run server python manage.py runserver Setp 3: Enter the admin site with the newly created credientials 127.0.0.1:8000/admin Learn more form official documentation: https://docs.djangoproject.com/en/3.1/intro/tutorial02/#creating-an-admin-user