Kevin Mok
96b7a4a98c
Run on server, update dependencies
6 years ago
Kevin Mok
89432834f6
Fix duplicate key bug, set root url to login
6 years ago
Kevin Mok
68c1c85ebd
Artist graph improvements
- title
- full artist name on multiple lines
- responsive and fit screen (#63 )
Other:
- added creating db to README
- added script to update requirements
- updated requirements
6 years ago
Kevin Mok
91484dbeab
Responsive features graph page
In process of making artists graph maximize height responsively. Moved
misc files in base dir to new scripts dir.
6 years ago
Kevin Mok
670693203e
Fix genre graph not displaying
- take top genres/artists for graphs
- improve graphs' appearance
- update pip packages
6 years ago
Kevin Mok
15c07a208a
Updated pip packages
6 years ago
Kevin Mok
e8a94fb7c2
Added basic Bootstrap elements to templates
6 years ago
Kevin Mok
4ff1bc6744
Setup Sass for Bootstrap and Darkly theme
Genre graph stopped showing up for whatever reason.
6 years ago
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