diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-13 11:26:29 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-13 11:26:29 +0000 |
commit | bb8a92fff14b5c53446caa5c641b8177a1fa6859 (patch) | |
tree | 38e090f0645a0063579997d18ba08f3a4e49c3d3 /_deploy/wsl/localsettingsWSL.py | |
parent | b65639df05d34221e546140b692f329b7f28404e (diff) | |
download | troggle-bb8a92fff14b5c53446caa5c641b8177a1fa6859.tar.gz troggle-bb8a92fff14b5c53446caa5c641b8177a1fa6859.tar.bz2 troggle-bb8a92fff14b5c53446caa5c641b8177a1fa6859.zip |
settings to enable Upload Photos
Diffstat (limited to '_deploy/wsl/localsettingsWSL.py')
-rw-r--r-- | _deploy/wsl/localsettingsWSL.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_deploy/wsl/localsettingsWSL.py b/_deploy/wsl/localsettingsWSL.py index a74561c..2b1f64c 100644 --- a/_deploy/wsl/localsettingsWSL.py +++ b/_deploy/wsl/localsettingsWSL.py @@ -58,6 +58,7 @@ FILES = Path('/mnt/f/expofiles/') EXPOFILES = Path('/mnt/f/expofiles/') SURVEY_SCANS = EXPOFILES / 'surveyscans' PHOTOS_ROOT = EXPOFILES / 'photos' +PHOTOS_YEAR = "2022" # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). @@ -153,7 +154,6 @@ DEFAULT_FROM_EMAIL = 'django-test@klebos.net' SURVEX_DATA = REPOS_ROOT_PATH / "loser" DRAWINGS_DATA = REPOS_ROOT_PATH / "drawings" -THREEDCACHEDIR = REPOS_ROOT_PATH / 'expowebcache' / '3d' EXPOWEB = REPOS_ROOT_PATH / "expoweb" SURVEYS = REPOS_ROOT_PATH @@ -169,7 +169,6 @@ ENTRANCEDESCRIPTIONS = os.fspath(ENTRANCEDESCRIPTIONS) LOGFILE = os.fspath(LOGFILE) SURVEYS = os.fspath(SURVEYS) EXPOWEB = os.fspath(EXPOWEB) -THREEDCACHEDIR = os.fspath(THREEDCACHEDIR) DRAWINGS_DATA = os.fspath(DRAWINGS_DATA) SURVEX_DATA = os.fspath(SURVEX_DATA) REPOS_ROOT_PATH = os.fspath(REPOS_ROOT_PATH) |