[Python-modules-commits] [python-social-auth] 93/322: Enable debug pipeline in example app
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:12:53 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 91127e2364418318ea954bca13dd9338069231bb
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Tue Feb 3 01:30:38 2015 -0200
Enable debug pipeline in example app
---
examples/django_example/example/settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/django_example/example/settings.py b/examples/django_example/example/settings.py
index 492cb19..7ea0aaa 100644
--- a/examples/django_example/example/settings.py
+++ b/examples/django_example/example/settings.py
@@ -229,7 +229,7 @@ SOCIAL_AUTH_PIPELINE = (
'social.pipeline.debug.debug',
'social.pipeline.social_auth.load_extra_data',
'social.pipeline.user.user_details',
- #'social.pipeline.debug.debug'
+ 'social.pipeline.debug.debug'
)
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
--
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