Windows media player
Soort van. Een begin eraan in ieder geval
This commit is contained in:
@@ -10,3 +10,4 @@ class Album(models.Model):
|
||||
album_type = models.CharField(max_length=255)
|
||||
total_tracks = models.PositiveSmallIntegerField(null=True)
|
||||
image = models.ImageField(upload_to="albums/")
|
||||
image_url = models.URLField(null=True)
|
||||
|
||||
Reference in New Issue
Block a user