add annotaitan to model

This commit is contained in:
Ross
2020-12-06 11:13:49 +00:00
parent c6105f3135
commit fdd9af76ca
3 changed files with 21 additions and 0 deletions
+2
View File
@@ -70,6 +70,8 @@ class AnatomyQuestion(models.Model):
image = models.ImageField(upload_to=image_directory_path,
storage=image_storage)
image_annotations = models.TextField(blank=True, help_text="Stores a JSON representation of annotations to be applied by cornerstonetools")
description = models.CharField(
max_length=400,
help_text=