tschellenbach / Django-facebook

Facebook open graph api implementation using the Django web framework in python
http://www.mellowmorning.com/
Other
1.43k stars 543 forks source link

AttributeError: 'Settings' object has no attribute 'TEMPLATE_CONTEXT_PROCESSORS' #596

Open ehmadzubair opened 7 years ago

ehmadzubair commented 7 years ago

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

shivashishrs commented 7 years ago

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.

avtavgen commented 7 years ago

any updates on this issue?

maroodb commented 7 years ago

there is no updates yet?

DSoftwareArtist commented 6 years ago

Any thoughts for this? Thanks.

Blutude commented 5 years ago

Same issue here.

DarkHonin commented 5 years ago

5:32AM, and need help woth the same problem

RayChao2016 commented 5 years ago

I use Django 2.1.1, and just encountered the same problem. Does anyone know how to fix?

deya-eldeen commented 4 years ago

still stuck in this.