Commit Graph

8 Commits

Author SHA1 Message Date
Chris Shyi
3ee6bb50a5 Merge branch 'database' of https://github.com/chrisshyi/spotify-lib-vis into database 2018-06-06 20:50:43 -04:00
Chris Shyi
77662a6a5e Merge branch 'database' of https://github.com/Kevin-Mok/spotify-lib-vis into database 2018-06-06 20:46:40 -04:00
62cc6c8ccd Setup AudioFeatures table 2018-06-06 05:36:00 -04:00
cdcc33c014 Setup Track table, modified models to data
Recreated migrations from scratch to fix bug with initializing Track
objects.
2018-06-06 03:46:09 -04:00
Chris Shyi
27718743d7 Change artists field in Track
artists is now a ManyToManyField in Track, which is cleaner than
using a unique_together clause in the Meta class.
2018-06-05 19:55:36 -04:00
Chris Shyi
b735887899 Bug fixes
Server crashes as of the last commit, now fixed.
2018-06-04 22:17:31 -04:00
9fb37f0615 Wrote up proposed model design for database
Have not actually created any models yet.
2018-06-03 19:14:34 -04:00
Chris
1f63c2d2e7 Initial commit
Sets up basic Django app directory structure.
2018-05-09 21:51:26 -04:00