.
This commit is contained in:
+1
-1
@@ -388,7 +388,7 @@ class RapidImage(models.Model):
|
||||
image = models.FileField(upload_to=image_directory_path)
|
||||
|
||||
image_annotations = models.TextField(
|
||||
blank=True,
|
||||
blank=True, null=True,
|
||||
help_text="Stores a JSON representation of annotations to be applied by cornerstonetools",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user