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

This reverts merge request !30
This commit is contained in:
Gerdriaan Mulder
2019-03-28 19:05:09 +01:00
parent e4fcdd7434
commit 102874cc86
5 changed files with 146 additions and 190 deletions

View File

@ -5,6 +5,7 @@ from django.utils import timezone
from songs.models import Song
class Playlist(models.Model):
def __str__(self):
return 'Playlist #' + str(self.id)