CSI-280 / MusicGames

0 stars 0 forks source link

Add users to Django DB #18

Closed A-Waters closed 4 years ago

A-Waters commented 4 years ago

Currently, the Django is set up to deal with articles. We would like to switch that over to users. How that is exactly going to work I'm not sure. the current implementation is based on this guide here (https://www.youtube.com/watch?v=uZgRbnIsgrA). Just worry about creating the users on the Django DB side. we can worry about implementation on the front side later

A-Waters commented 4 years ago

Data to store:

  1. ID (unique from Spotify)
  2. API toke (unique from Spotify)
  3. refresh token (unique from Spotify)
  4. points