dithered images

still needs to be integrated with celery, but works for now
This commit is contained in:
2024-02-21 17:46:31 +01:00
parent 81a60804b1
commit 10703beaca
5 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -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)