[Python-modules-commits] [python-social-auth] 154/322: Enable KakaoOAuth2 on example app

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:02 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 f0749ee60b707c2f8c1452b87c754b2e383fb3ed
Author: dobestan <dobestan at gmail.com>
Date:   Tue Mar 3 17:21:59 2015 +0900

    Enable KakaoOAuth2 on example app
---
 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 295dc0e..6747846 100644
--- a/examples/django_example/example/settings.py
+++ b/examples/django_example/example/settings.py
@@ -151,6 +151,7 @@ AUTHENTICATION_BACKENDS = (
     'social.backends.google.GoogleOpenIdConnect',
     'social.backends.instagram.InstagramOAuth2',
     'social.backends.jawbone.JawboneOAuth2',
+    'social.backends.kakao.KakaoOAuth2',
     'social.backends.linkedin.LinkedinOAuth',
     'social.backends.linkedin.LinkedinOAuth2',
     'social.backends.live.LiveOAuth2',

-- 
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