We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: Model class photologue.models.Gallery doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
The text was updated successfully, but these errors were encountered:
INSTALLED_APPS = [ ... 'django.contrib.sites', # Forum 'photologue', # Forum ... ]
Sorry, something went wrong.
the app appears to be broken with recent Django :/
I noticed the same problem as @ashishsalunkhe plus navigating to /forum/ resulted in a blank page, even after migrations were ran
/forum/
No branches or pull requests
RuntimeError: Model class photologue.models.Gallery doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
The text was updated successfully, but these errors were encountered: