Revert "Revert "Merge branch 'marietje-zuid-interface' into 'marietje-zuid'""

This reverts commit 102874cc86.
This commit is contained in:
Daan Sprenkels
2019-03-29 14:25:55 +01:00
parent b8aa4604fd
commit 810e071eb4
5 changed files with 190 additions and 146 deletions

View File

@ -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)