Skip to content

Commit

Permalink
Fix settings names on spotify docs. Fixes #475
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Apr 8, 2015
1 parent 6bd98be commit 3324b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/backends/spotify.rst
Expand Up @@ -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

0 comments on commit 3324b3f

Please sign in to comment.