2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 23:07:07 +00:00

add docutils needed and SVX_URL

This commit is contained in:
Philip Sargent
2020-07-27 23:40:36 +01:00
parent 57b8242f7e
commit d4c79ab66b
2 changed files with 2 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ 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.