Commit Graph

17 Commits

Author SHA1 Message Date
a877c8129e Clean up unnecessary imports.
Retrieve first queue from a function.
2017-01-22 19:31:37 +01:00
5c70b3beed Re-add jquery.form, deleted by mistake (required for uploading songs). 2017-01-22 18:47:17 +01:00
b9045c530c Speed up retrieving songs. 2017-01-22 18:24:44 +01:00
1b3c335511 Fix user not showing in list of songs. 2017-01-22 18:12:22 +01:00
898588bc64 Proper handling of static files. 2017-01-22 14:27:34 +01:00
33290df16b Order songs by artist and title. 2017-01-22 13:34:43 +01:00
e9f4d6111b Manage users in the admin panel. 2017-01-22 00:26:18 +01:00
4a1a74b22e Command to generate password hashes from commandline. 2017-01-21 23:04:00 +01:00
6256629140 Add Argon2 hasher and set as default. 2017-01-21 21:49:32 +01:00
aab721f414 Import history from old Marietje. 2017-01-21 20:42:55 +01:00
0b3cdb2ade Minor fix in PlaylistSong.__str__, showing playlist_id instead of own id. 2017-01-21 20:42:34 +01:00
7002083982 Remove unnecessary imports. 2017-01-21 00:24:40 +01:00
Jim
4eec40fdca Make manage.py executable 2017-01-21 00:18:44 +01:00
404f1c169e Import users and songs from old Marietje. 2017-01-21 00:11:54 +01:00
250f6551cf Add md5 hasher to support password form old Marietje. 2017-01-20 19:04:15 +01:00
8e007adee9 Remove debugging print()s. 2017-01-20 19:03:55 +01:00
47e7b5b59c Initial commit. 2017-01-20 17:47:45 +01:00