Kevin Mok
|
fa2c5f7008
|
Export listening history to csv (#57)
Still need to convert timestamps to more CPU-readable format and figure
out what to do about reading headers for importing.
|
6 years ago |
Kevin Mok
|
b2990b45ee
|
Filter out unnecessary columns in history table
|
6 years ago |
Kevin Mok
|
2912977992
|
Setup django_tables2 for user history table
|
6 years ago |
Kevin Mok
|
d06e5912cc
|
Create History relation and add entries
Logs User, time and Track.
|
6 years ago |
Kevin Mok
|
de93bd7b0a
|
Store counts for genres in Genre model
Have not assigned most common genre to Track models yet (currently
blank).
|
7 years ago |
Chris Shyi
|
248e9b0ab6
|
Change database settings
Edited settings.py to use PostgreSQL. Made some minor changes
in views.py to incorporate the new models.
|
7 years ago |
Chris
|
ef5c3b2647
|
Implement User Authorization
Completed step 1 of the Authorization Code Flow documented by the
Spotify API.
|
7 years ago |
Chris
|
1f63c2d2e7
|
Initial commit
Sets up basic Django app directory structure.
|
7 years ago |