start working torwards stack modificaiton

This commit is contained in:
Ross
2023-12-18 09:17:05 +00:00
parent bdeb2210e1
commit ada3a8906f
4 changed files with 63 additions and 20 deletions
+5
View File
@@ -183,6 +183,11 @@ class QuestionBase(models.Model):
class SeriesImageBase(models.Model):
"""
Series Images may be modified (usually downsampled to save space), in this case the
(larger) original file will be deleted but the model object will be persisted so that
the duplicate check continues to function.
"""
position = models.IntegerField(default=0)
upload_filename = models.CharField(max_length=255, blank=True)
series = models.ForeignKey(