You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue still occurs even by "git clone" the master branch, tag: django_facebook-6.0.4 #539
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
TEMPLATE_CONTEXT_PROCESSOR in settings.py is replaced by
TEMPLATES = [
_```
{
...
'OPTIONS': {
'context_processors': [
],
},
},
The text was updated successfully, but these errors were encountered: