-
Notifications
You must be signed in to change notification settings - Fork 129
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
Comments
Can I have a complete traceback please?
…On Sun, 16 Aug 2020 at 14:50, Paras Bhalala ***@***.***> wrote:
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'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#275>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEKCDYAKJLKHGZ4Y57A3DSA7PYZANCNFSM4QA2ZR2A>
.
|
Dear sir,
If you are able so please do.
Thanks
Paras Bhalala
…On Mon, Aug 24, 2020, 2:54 PM Dave Hall ***@***.***> wrote:
Can I have a complete traceback please?
On Sun, 16 Aug 2020 at 14:50, Paras Bhalala ***@***.***>
wrote:
> 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'
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#275>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AABEKCDYAKJLKHGZ4Y57A3DSA7PYZANCNFSM4QA2ZR2A
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#275 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTLEZUS573ORXNLGCETHETSCIWV7ANCNFSM4QA2ZR2A>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'
The text was updated successfully, but these errors were encountered: