diff options
author | expoonserver <devnull@localhost> | 2015-10-02 15:10:04 +0100 |
---|---|---|
committer | expoonserver <devnull@localhost> | 2015-10-02 15:10:04 +0100 |
commit | 560b9bf985bfb20d536bebe4bba82c6df98d3de4 (patch) | |
tree | 757a73311dd46da940e41a2738e7b5132f99b2bf | |
parent | 6652e3f160c919c484f9a1c670dbc52153116973 (diff) | |
download | troggle-560b9bf985bfb20d536bebe4bba82c6df98d3de4.tar.gz troggle-560b9bf985bfb20d536bebe4bba82c6df98d3de4.tar.bz2 troggle-560b9bf985bfb20d536bebe4bba82c6df98d3de4.zip |
Move expoimage to expofiles
Relies on permanent rediect in apache config to keep old URLs working
everywhere.
-rw-r--r-- | localsettingspotatohut.py | 4 | ||||
-rw-r--r-- | localsettingsserver.py | 4 | ||||
-rw-r--r-- | localsettingsubuntu.py | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py index e5e91d6..54318f8 100644 --- a/localsettingspotatohut.py +++ b/localsettingspotatohut.py @@ -33,8 +33,8 @@ CAVERN = 'cavern' THREEDTOPOS = '3dtopos' EXPOWEB = REPOS_ROOT_PATH + 'expoweb/' SURVEYS = REPOS_ROOT_PATH -SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/' -FILES = REPOS_ROOT_PATH + 'expoimages' +SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/' +FILES = REPOS_ROOT_PATH + 'expofiles' PYTHON_PATH = '/home/expo/troggle/' diff --git a/localsettingsserver.py b/localsettingsserver.py index fe1b013..6edb968 100644 --- a/localsettingsserver.py +++ b/localsettingsserver.py @@ -31,8 +31,8 @@ CAVERN = 'cavern' THREEDTOPOS = '3dtopos' EXPOWEB = REPOS_ROOT_PATH + 'expoweb/' SURVEYS = REPOS_ROOT_PATH -SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/' -FILES = REPOS_ROOT_PATH + 'expoimages' +SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/' +FILES = REPOS_ROOT_PATH + 'expofiles' PYTHON_PATH = REPOS_ROOT_PATH + 'troggle/' diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index a50d208..9779555 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -30,8 +30,8 @@ CAVERN = 'cavern' THREEDTOPOS = '3dtopos' EXPOWEB = REPOS_ROOT_PATH + 'expoweb/' SURVEYS = REPOS_ROOT_PATH -SURVEY_SCANS = REPOS_ROOT_PATH + 'expoimages/' -FILES = REPOS_ROOT_PATH + 'expoimages' +SURVEY_SCANS = REPOS_ROOT_PATH + 'expofiles/' +FILES = REPOS_ROOT_PATH + 'expofiles' EXPOWEB_URL = '/' SURVEYS_URL = '/survey_scans/' |