CSI-280 / MusicGames

0 stars 0 forks source link

Prototype Django database models #31

Closed jbuzzell closed 4 years ago

jbuzzell commented 4 years ago

starting with something like UserData that stores the user's spotify uid (could be either int or string), and their pub/private access keys (string)

https://docs.djangoproject.com/en/3.0/topics/db/models/

A-Waters commented 4 years ago

We should probably use strings because storing that on an int I think would take more memory (i think) (its a small thing, but just came to mind)