This commit is contained in:
Ross
2021-11-23 22:40:39 +00:00
parent d53a4b8409
commit ad4c8ea9a1
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ class Case(models.Model):
VASC = 'VA', _('Vascular')
HAEMONC = 'HA', _('Haemotology and Oncology')
title = models.CharField(max_length=255, help_text="Title of the case", default="")
# author = models.ForeignKey('auth.User', on_delete=models.CASCADE)
# image = models.ImageField()
description = models.TextField(