[Python-modules-commits] [python-social-auth] 46/89: Update docs

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


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

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

commit 817d4de6ccc38ff33e22ba06368e4d3c665efda7
Author: Julian Bez <julian.bez at gmail.com>
Date:   Tue Feb 16 11:24:32 2016 +0100

    Update docs
---
 docs/backends/itembase.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/backends/itembase.rst b/docs/backends/itembase.rst
index dcaa491..075a335 100644
--- a/docs/backends/itembase.rst
+++ b/docs/backends/itembase.rst
@@ -5,9 +5,9 @@ Itembase uses OAuth2 for authentication.
 
 - Register a new application for the `Itembase API`_, and
 
-- Add itembase live backend and/or sandbox backend to ``AUTHENTICATION_SETTINGS``::
+- Add itembase live backend and/or sandbox backend to ``AUTHENTICATION_BACKENDS``::
 
-      AUTHENTICATION_SETTINGS = (
+      AUTHENTICATION_BACKENDS = (
         ...
         'social.backends.itembase.ItembaseOAuth2',
         'social.backends.itembase.ItembaseOAuth2Sandbox',
@@ -26,9 +26,9 @@ Itembase uses OAuth2 for authentication.
 - extra scopes can be defined by using::
 
     SOCIAL_AUTH_ITEMBASE_SCOPE = ['connection.transaction',
-                                          'connection.product',
-                                          'connection.profile',
-                                          'connection.buyer']
+                                  'connection.product',
+                                  'connection.profile',
+                                  'connection.buyer']
     SOCIAL_AUTH_ITEMBASE_SANDBOX_SCOPE = SOCIAL_AUTH_ITEMBASE_SCOPE
 
 .. _Itembase API: http://developers.itembase.com/authentication/index

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