Django-facebook
Django-facebook copied to clipboard
AttributeError: 'Settings' object has no attribute 'TEMPLATE_CONTEXT_PROCESSORS'
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
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. Does anyone know how to fix?
still stuck in this.