From d4c79ab66ba6ad817e45bed20a6159370ba2305a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 27 Jul 2020 23:40:36 +0100 Subject: add docutils needed and SVX_URL --- localsettingsWSL.py | 1 + 1 file changed, 1 insertion(+) (limited to 'localsettingsWSL.py') 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. -- cgit v1.2.3