From d4c79ab66ba6ad817e45bed20a6159370ba2305a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 27 Jul 2020 23:40:36 +0100 Subject: [PATCH] add docutils needed and SVX_URL --- localsettingsWSL.py | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) 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