summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorExpo on server <expo@expo.survex.com>2020-07-20 20:11:07 +0100
committerExpo on server <expo@expo.survex.com>2020-07-20 20:11:07 +0100
commit8e77a70ad608ca029785e4786cbaa6a776ae1dfe (patch)
tree7fcd6d09f4b752a3336967bd3ad582720b18dc2c
parent867486e72ef2233ed30b06f463885021e7b060a0 (diff)
downloadtroggle-8e77a70ad608ca029785e4786cbaa6a776ae1dfe.tar.gz
troggle-8e77a70ad608ca029785e4786cbaa6a776ae1dfe.tar.bz2
troggle-8e77a70ad608ca029785e4786cbaa6a776ae1dfe.zip
remove unused SVX_URL variable
-rw-r--r--core/views_statistics.py1
-rw-r--r--localsettingsWSL.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/core/views_statistics.py b/core/views_statistics.py
index 0ce8845..204a24e 100644
--- a/core/views_statistics.py
+++ b/core/views_statistics.py
@@ -42,7 +42,6 @@ def pathsreport(request):
"SURVEY_SCANS" : settings.SURVEY_SCANS,
"SURVEYS" : settings.SURVEYS,
"SURVEYS_URL" : settings.SURVEYS_URL,
- "SVX_URL" : settings.SVX_URL,
"THREEDCACHEDIR" : settings.THREEDCACHEDIR,
"TUNNEL_DATA" : settings.TUNNEL_DATA,
"URL_ROOT" : settings.URL_ROOT
diff --git a/localsettingsWSL.py b/localsettingsWSL.py
index a91085d..109037d 100644
--- a/localsettingsWSL.py
+++ b/localsettingsWSL.py
@@ -125,7 +125,6 @@ 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.