2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 14:51:51 +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.

View File

@ -1,6 +1,7 @@
confusable-homoglyphs==3.2.0
Django==1.11.29
django-registration==2.5.2
docutils==0.16
Pillow==7.1.2
pytz==2020.1
six==1.15.0