We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I think you need to import the classes in the admin folders __init__.py otherwise django doesn't pick them up.
__init__.py
Adding
from .publications import PublicationAdmin from .subscribers import SubscriberAdmin
to django-react-typescript\backend\admin\__init__.py
django-react-typescript\backend\admin\__init__.py
as per: https://stackoverflow.com/questions/61818175/defning-django-admin-models-inside-subdirectories-instead-of-admin-py