in the admin file of your app import your model with
from . Import yourmodel
Than admin.site.register(yourmodel)
than save and run python manage.py
Createsuperuser and make a super user
Than just run server and go to your site and go to the /admin for example
127.0.0.1/admin
in the admin file of your app import your model with from . Import yourmodel Than admin.site.register(yourmodel) than save and run python manage.py Createsuperuser and make a super user Than just run server and go to your site and go to the /admin for example 127.0.0.1/admin