Skip to content

Commit 12798e4

Browse files
committed
Updates for deployment
1 parent dd2dac6 commit 12798e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datamad2/models/document_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from django.core.exceptions import ValidationError
1414
import hashlib
1515
import os
16-
from datamadsite import settings
16+
from django.conf import settings
1717

1818
DOCUMENT_TYPES = (
1919
("support", "Support"),

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ asgiref==3.7.0
44
certifi==2021.5.30
55
cffi==1.14.6
66
chardet==4.0.0
7-
cryptography==3.4.7
7+
cryptography==38.0.0
88
defusedxml==0.7.1
99
Django==3.2.13
1010
django-bootstrap-datepicker-plus==3.0.5

0 commit comments

Comments
 (0)