[Answer]-Django framework can't see new model online

1👍

Solved.

There was no problem at all, simply the user I access the administration site with did not have the right access to see the new section!

👤ste

0👍

Have you imported admin in the admin.py file?

from django.contrib import admin

Leave a comment