remove unused SVX_URL variable

This commit is contained in:
Expo on server
2020-07-20 20:11:07 +01:00
parent 867486e72e
commit 8e77a70ad6
2 changed files with 0 additions and 2 deletions

View File

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