Commit Graph

11 Commits

Author SHA1 Message Date
Chris Shyi
53f78853d9 Delete 0001_initial.py 2018-06-08 20:59:27 -04:00
Chris Shyi
92d5d174e8 Modify maximum field length
Artist.genre and Track.name had maximum lengths that were not long enough, now increased.
2018-06-08 20:08:17 -04:00
Chris Shyi
b66cf1dd87 Delete all migrations and start anew
Deleted all migrations and started anew to incorporate changes in models.
2018-06-06 20:56:40 -04:00
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