aboutsummaryrefslogtreecommitdiffstats
path: root/client/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/models.py')
-rw-r--r--client/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/models.py b/client/models.py
index 4d8ae83..7c47cee 100644
--- a/client/models.py
+++ b/client/models.py
@@ -71,6 +71,8 @@ class Document(models.Model):
medical_data = models.ForeignKey(
MedicalData, default=None, on_delete=models.PROTECT, null=True)
+ signed_doc = models.FileField(default=None, upload_to='documents/', null=True)
+
class Meta:
permissions = [
("approved", "The user is approved")