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

AttributeError: module 'blog.admin' has no attribute 'site' #275

Open
bhalalaparas opened this issue Aug 16, 2020 · 2 comments
Open

AttributeError: module 'blog.admin' has no attribute 'site' #275

bhalalaparas opened this issue Aug 16, 2020 · 2 comments

Comments

@bhalalaparas
Copy link

INSTALLED_APPS = [
'blog',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
]

when I added my application name in INSTALLED_APPS in settings.py file. give this type of errors:
AttributeError: module 'blog.admin' has no attribute 'site'

@etianen
Copy link
Owner

etianen commented Aug 24, 2020 via email

@bhalalaparas
Copy link
Author

bhalalaparas commented Aug 24, 2020 via email

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

2 participants