remove unused SCANS_URL

This commit is contained in:
Philip Sargent
2022-07-27 23:23:43 +03:00
parent c39fb30707
commit 1468c49723
2 changed files with 3 additions and 3 deletions

View File

@@ -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.