1👍
✅
Few things to help finding the problem:
- Do you have
admin.autodiscover()
in your urls.py - Have you run syncdb
- Have you tried to open
manage.py shell
and import the model to see if there are errors.
Source:stackexchange.com