dithered images
still needs to be integrated with celery, but works for now
This commit is contained in:
@@ -10,4 +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)
|
||||
image_url = models.URLField(null=True)
|
||||
Reference in New Issue
Block a user