[Python-modules-commits] [python-social-auth] 242/322: Fix settings names on spotify docs. Fixes #475

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:14 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 3324b3f4c429e1bf569e0a839cd852acd37ea1a7
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Wed Apr 8 04:06:37 2015 -0300

    Fix settings names on spotify docs. Fixes #475
---
 docs/backends/spotify.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/backends/spotify.rst b/docs/backends/spotify.rst
index 3f1c0dd..ca3ddd1 100644
--- a/docs/backends/spotify.rst
+++ b/docs/backends/spotify.rst
@@ -19,7 +19,7 @@ Add the Spotify OAuth2 backend to your settings page::
 
 - Fill ``App Key`` and ``App Secret`` values in the settings::
 
-      SOCIAL_AUTH_SPOTIFY_OAUTH2_KEY = ''
-      SOCIAL_AUTH_SPOTIFY_OAUTH2_SECRET = ''
+      SOCIAL_AUTH_SPOTIFY_KEY = ''
+      SOCIAL_AUTH_SPOTIFY_SECRET = ''
 
 .. _Spotify Web API: https://developer.spotify.com/spotify-web-api

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