omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

update example to django 1.10.2 settings #1030

Closed vhquang closed 7 years ago

vhquang commented 7 years ago

Django 1.8 deprecates and removes django.conf.url.pattern, so old example cannot work anymore. The urls will just be a simple list.

Also, this PR update the TEMPLATES configuration in settings.py to newer format. This is required, as of 1.10.2 the app won't be able to find the template engine, defined by old format.

omab commented 7 years ago

The new app social-app-django and the new example should be up to date already.

Thanks!