[Django]-Django – admin.py for multiple apps in a single django project

3👍

@i.h4d35 I think DivinusVox is right. Try to add your new app in INSTALLED_APPS in the settings.py and it should be solved. Please check admin info from Django official website.

Leave a comment