Chris Shyi
|
b66cf1dd87
|
Delete all migrations and start anew
Deleted all migrations and started anew to incorporate changes in models.
|
7 years ago |
Kevin Mok
|
62cc6c8ccd
|
Setup AudioFeatures table
|
7 years ago |
Kevin Mok
|
cdcc33c014
|
Setup Track table, modified models to data
Recreated migrations from scratch to fix bug with initializing Track
objects.
|
7 years ago |
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.
|
7 years ago |
Chris Shyi
|
b735887899
|
Bug fixes
Server crashes as of the last commit, now fixed.
|
7 years ago |
Chris
|
1f63c2d2e7
|
Initial commit
Sets up basic Django app directory structure.
|
7 years ago |