[Python-modules-commits] [python-social-auth] 25/131: Update vk.rst

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:16:57 UTC 2016


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

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

commit 316d0c8f68233669cdf0c3f1d389f3f74baec49c
Author: slushkovsky <s.lushkovsky at gmail.com>
Date:   Fri Apr 22 00:42:44 2016 +0300

    Update vk.rst
    
    I got it only then I've opened sources.
    In my opinion it will be helpful to be here, because settings without "SOCIAL_AUTH_" prifix uses only inside modules, not on web wramework config level.
---
 docs/backends/vk.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/backends/vk.rst b/docs/backends/vk.rst
index 2b5deb5..a9195c7 100644
--- a/docs/backends/vk.rst
+++ b/docs/backends/vk.rst
@@ -15,7 +15,7 @@ VK.com uses OAuth2 for Authentication.
       SOCIAL_AUTH_VK_OAUTH2_KEY = ''
       SOCIAL_AUTH_VK_OAUTH2_SECRET = ''
 
-- Add ``'social.backends.vk.VKOAuth2'`` into your ``AUTHENTICATION_BACKENDS``.
+- Add ``'social.backends.vk.VKOAuth2'`` into your ``SOCIAL_AUTH_AUTHENTICATION_BACKENDS``.
 
 - Then you can start using ``/login/vk-oauth2`` in your link href.
 

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