Melodia/archiver
Bradlee Speice 43bd55d1f5 Optimize scanning further, make song URL's PK
The Primary Key is added because these URL's must be unique anyway - you
can't have two filenames point to different files. Additionally, this
ensures that the database doesn't have multiple copies of a song.
2013-01-10 10:43:18 -05:00
..
__init__.py Archiver app initial code 2012-12-10 12:57:36 -05:00
archive.py Optimize scanning further, make song URL's PK 2013-01-10 10:43:18 -05:00
listfield.py Fix the IntegerListField() DB type 2013-01-09 20:48:28 -05:00
models.py Fix the IntegerListField() DB type 2013-01-09 20:48:28 -05:00
playlist.py Various bugfixes, add test case for playlists 2013-01-10 09:38:23 -05:00
song.py Optimize scanning further, make song URL's PK 2013-01-10 10:43:18 -05:00
tests.py Various bugfixes, add test case for playlists 2013-01-10 09:38:23 -05:00
views.py Archiver app initial code 2012-12-10 12:57:36 -05:00