Django 1.10 - removed elements
Facebook open graph api implementation using the Django web framework
Brought to you by:
hationlove
Originally created by: ClemLivy
TEMPLATE_CONTEXT_PROCESSOR in settings.py is replaced by
TEMPLATES = [
_```
{
...
'OPTIONS': {
'context_processors': [
],
},
},
django.conf.urls.patterns is removed in django 1.10 so urls patterns doesn't work anymore
Originally posted by: fakegeekhaha
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
Related
Tickets: #539
Originally posted by: jrabbit
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)