Chris Shyi
|
ef7933fb67
|
Delete 0003_auto_20180608_2007.py
|
7 years ago |
Chris Shyi
|
d995a15444
|
Delete 0002_auto_20180608_2002.py
|
7 years ago |
Chris Shyi
|
53f78853d9
|
Delete 0001_initial.py
|
7 years ago |
Chris Shyi
|
92d5d174e8
|
Modify maximum field length
Artist.genre and Track.name had maximum lengths that were not long enough, now increased.
|
7 years ago |
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 |