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

Django 1.10 - removed elements #588

Open ClemLivy opened 7 years ago

ClemLivy commented 7 years ago

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
fakegeekhaha commented 7 years ago

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

jrabbit commented 7 years ago

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)