-
Notifications
You must be signed in to change notification settings - Fork 544
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: 'Settings' object has no attribute 'TEMPLATE_CONTEXT_PROCESSORS' #596
Comments
Since we are using django version 1.11 so their are many error developer should solve. I changed code to bypass context processor check so I stuck on url pattern error because django have removed django.conf.urls.patterns for 1.10 and there are too many things to be upgraded. If you sill wnt to use this library than use django version 1.8. |
any updates on this issue? |
there is no updates yet? |
Any thoughts for this? Thanks. |
Same issue here. |
5:32AM, and need help woth the same problem |
I use Django 2.1.1, and just encountered the same problem. |
still stuck in this. |
Since TEMPLATE_CONTEXT_PROCESSORS is deprecated Django 1.8+, the package needs to check
TEMPLATES[*]['OPTIONS']['context_processors']
instead.Am i missing something here? If not, would be happy to send in a PR
The text was updated successfully, but these errors were encountered: