add annotaitan to model
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user