This commit is contained in:
Ross
2021-08-20 10:26:58 +01:00
parent ad3094851d
commit 01c98cd2e1
12 changed files with 176 additions and 97 deletions
+1 -1
View File
@@ -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",
)