Hi there,
Not sure I have the same problem as here but I can’t find Thing
collection in admin panel of Django.
Here is a screenshot
What I did without success:
-
Add
admin.site.register(Thing,ThingAdmin)
inadmin.py
-
Run
python manage.py makemigrations
without any changes detected -
Run
python manage.py migrate
without any changes to apply
Here is the actual code on github.
Could you help me figure out this issue?
Thanks,
Herimanitra,