Open ClemLivy opened 7 years ago
Issue still occurs even by "git clone" the master branch, tag: django_facebook-6.0.4
site-packages/django_facebook-6.0.4-py2.7.egg/django_facebook/models.py", line 57, in validate_settings context_processors = settings.TEMPLATE_CONTEXT_PROCESSORS
My fork and probably some other people's work on 1.10. https://github.com/jrabbit/Django-facebook/tree/migrations (see the migrations branch which includes my previous fixes for compat on 1.10)
TEMPLATE_CONTEXT_PROCESSOR in settings.py is replaced by TEMPLATES = [
_``` { ... 'OPTIONS': { 'context_processors': [ ], }, },