This commit is contained in:
Ross
2021-02-15 12:00:36 +00:00
parent fafcb1c1a4
commit 86069f5691
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class AnatomyQuestion(models.Model):
QuestionType, on_delete=models.SET_NULL, null=True, default=1
)
image = models.ImageField(upload_to=image_directory_path, storage=image_storage)
image = models.ImageField(upload_to=image_directory_path)
image_annotations = models.TextField(
blank=True,