mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 09:12:23 +01:00
Updated interface
- added a bar on the top which shows some info - moved mod buttons to the bar - added some information about your queue to the bar - merged the table for current song and full queue - some more small fixes
This commit is contained in:
committed by
Gerdriaan Mulder
parent
568f7c6a50
commit
d0c82f33df
@ -5,7 +5,6 @@ from django.utils import timezone
|
||||
|
||||
from songs.models import Song
|
||||
|
||||
|
||||
class Playlist(models.Model):
|
||||
def __str__(self):
|
||||
return 'Playlist #' + str(self.id)
|
||||
|
||||
Reference in New Issue
Block a user