Implement User Authorization

Completed step 1 of the Authorization Code Flow documented by the
Spotify API.
This commit is contained in:
Chris
2018-05-11 21:18:42 -04:00
parent e22fa38a32
commit ef5c3b2647
5 changed files with 189 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'spotifyvis.apps.SpotifyvisConfig',
]
MIDDLEWARE = [