Django-facebook icon indicating copy to clipboard operation
Django-facebook copied to clipboard

Django 1.10 - removed elements

Open ClemLivy opened this issue 7 years ago • 2 comments

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

ClemLivy avatar Dec 14 '16 16:12 ClemLivy

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

fakegeekhaha avatar Dec 21 '16 09:12 fakegeekhaha

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)

jrabbit avatar Dec 22 '16 23:12 jrabbit