summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--localsettingsWSL.py1
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py
index 1934e55..09f5429 100644
--- a/localsettingsWSL.py
+++ b/localsettingsWSL.py
@@ -125,6 +125,7 @@ DIR_ROOT = ''#this should end in / if a value is given
SURVEYS_URL = urllib.parse.urljoin(URL_ROOT , '/survey_scans/')
PHOTOS_URL = urllib.parse.urljoin(URL_ROOT , '/photos/')
+SVX_URL = urllib.parse.urljoin(URL_ROOT , '/survex/')
STATIC_URL = urllib.parse.urljoin(URL_ROOT , '/static/') # used by Django admin pages. Do not delete.
diff --git a/requirements.txt b/requirements.txt
index 01a37ef..c201be3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,7 @@
confusable-homoglyphs==3.2.0
Django==1.11.29
django-registration==2.5.2
+docutils==0.16
Pillow==7.1.2
pytz==2020.1
six==1.15.0