[Python-modules-commits] [python-social-auth] 86/322: Added Coursera backend to django_example

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:12:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit f9e9a95e37d0e2006da284ea0921b5c178866872
Author: Adam Babik <adam.babik at 10clouds.com>
Date:   Fri Jan 23 15:33:40 2015 +0100

    Added Coursera backend to django_example
---
 examples/django_example/example/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/django_example/example/settings.py b/examples/django_example/example/settings.py
index 492cb19..e1e3072 100644
--- a/examples/django_example/example/settings.py
+++ b/examples/django_example/example/settings.py
@@ -130,6 +130,7 @@ AUTHENTICATION_BACKENDS = (
     'social.backends.box.BoxOAuth2',
     'social.backends.clef.ClefOAuth2',
     'social.backends.coinbase.CoinbaseOAuth2',
+    'social.backends.coursera.CourseraOAuth2',
     'social.backends.dailymotion.DailymotionOAuth2',
     'social.backends.disqus.DisqusOAuth2',
     'social.backends.douban.DoubanOAuth2',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list