To make a model appear on the admin dashboard what should be done?
Add the model name to INSTALLED_APPS only
Create a superuser account
Register the model in admin.py and run migrations
Restart the server
This question is part of this quiz :
Python | Django Admin