#go to the admin.py inside django app directory from django.contrib import admin from .models import admin.site.register() #this should now let you view and interact with your models on /admin