summaryrefslogtreecommitdiffstats
path: root/_deploy/wsl/localsettingsWSL.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-07-27 23:23:43 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-07-27 23:24:52 +0300
commit1468c49723347b972f5e5a021e08801772ff354a (patch)
treee54fd497df3cc1b3b0aea08cf126be076843954d /_deploy/wsl/localsettingsWSL.py
parentc39fb3070789c19b870603434560e523166abad4 (diff)
downloadtroggle-1468c49723347b972f5e5a021e08801772ff354a.tar.gz
troggle-1468c49723347b972f5e5a021e08801772ff354a.tar.bz2
troggle-1468c49723347b972f5e5a021e08801772ff354a.zip
remove unused SCANS_URL
Diffstat (limited to '_deploy/wsl/localsettingsWSL.py')
-rw-r--r--_deploy/wsl/localsettingsWSL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_deploy/wsl/localsettingsWSL.py b/_deploy/wsl/localsettingsWSL.py
index c57a35b..2584732 100644
--- a/_deploy/wsl/localsettingsWSL.py
+++ b/_deploy/wsl/localsettingsWSL.py
@@ -178,7 +178,7 @@ EXPOWEB = REPOS_ROOT_PATH / "expoweb"
CAVEDESCRIPTIONS = EXPOWEB / "cave_data"
ENTRANCEDESCRIPTIONS = EXPOWEB / "entrance_data"
EXPOWEB_URL = ''
-SCANS_URL = '/survey_scans/'
+# SCANS_URL = '/survey_scans/' # defunct, removed.
# Sanitise these to be strings as all other code is expecting strings
# and we have not made the change to pathlib Path type in the other localsettings-* variants yet.