-
Notifications
You must be signed in to change notification settings - Fork 95
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 'django.conf.global_settings' has no attribute 'TEMPLATE_CONTEXT_PROCESSORS' #76
Comments
So ,how to solve this problem? |
Tried the demo, got the same error. Was using python3 and django 2.0 |
https://stackoverflow.com/questions/39315348/cannot-import-name-template-context-processors From link above, stated that: |
I'm bumping this because it should be removed from the readme |
#95 fixes the README, but also the example project needs to be fixed:
|
I got the same error which basically disallowed me from using |
On
django 1.11.5
:The following error is shown with runserver:
So I left it out as it was apparently deprecated in django 1.8 and removed in 1.10
Now I get a
Direct state modification is not allowed
error, when using the buttons provided on admin.The text was updated successfully, but these errors were encountered: