forked from expo/troggle
remove unused SVX_URL variable
This commit is contained in:
parent
867486e72e
commit
8e77a70ad6
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user