diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-07-27 23:40:36 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-07-28 00:08:35 +0100 |
commit | d4c79ab66ba6ad817e45bed20a6159370ba2305a (patch) | |
tree | d5cfae37eef725be0ef7b6667bc58028203c5a26 | |
parent | 57b8242f7ed37ba4b59ba92deb54f14191cf740c (diff) | |
download | troggle-d4c79ab66ba6ad817e45bed20a6159370ba2305a.tar.gz troggle-d4c79ab66ba6ad817e45bed20a6159370ba2305a.tar.bz2 troggle-d4c79ab66ba6ad817e45bed20a6159370ba2305a.zip |
add docutils needed and SVX_URL
-rw-r--r-- | localsettingsWSL.py | 1 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py index 1934e55..09f5429 100644 --- a/localsettingsWSL.py +++ b/localsettingsWSL.py @@ -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. diff --git a/requirements.txt b/requirements.txt index 01a37ef..c201be3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 |