Skip to content
New issue

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

Facing issues in including the app in INCLUDE APPS to settings.py of project #6

Open
ashishsalunkhe opened this issue Sep 29, 2020 · 2 comments

Comments

@ashishsalunkhe
Copy link

RuntimeError: Model class photologue.models.Gallery doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

@clienard
Copy link

clienard commented Dec 9, 2020

INSTALLED_APPS = [
...
'django.contrib.sites', # Forum
'photologue', # Forum
...
]

@vincenzoromeo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants