forked from expo/troggle
settings to enable Upload Photos
This commit is contained in:
parent
b65639df05
commit
bb8a92fff1
@ -58,6 +58,7 @@ FILES = Path('/mnt/f/expofiles/')
|
|||||||
EXPOFILES = Path('/mnt/f/expofiles/')
|
EXPOFILES = Path('/mnt/f/expofiles/')
|
||||||
SURVEY_SCANS = EXPOFILES / 'surveyscans'
|
SURVEY_SCANS = EXPOFILES / 'surveyscans'
|
||||||
PHOTOS_ROOT = EXPOFILES / 'photos'
|
PHOTOS_ROOT = EXPOFILES / 'photos'
|
||||||
|
PHOTOS_YEAR = "2022"
|
||||||
|
|
||||||
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
|
# 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).
|
# 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"
|
SURVEX_DATA = REPOS_ROOT_PATH / "loser"
|
||||||
DRAWINGS_DATA = REPOS_ROOT_PATH / "drawings"
|
DRAWINGS_DATA = REPOS_ROOT_PATH / "drawings"
|
||||||
THREEDCACHEDIR = REPOS_ROOT_PATH / 'expowebcache' / '3d'
|
|
||||||
|
|
||||||
EXPOWEB = REPOS_ROOT_PATH / "expoweb"
|
EXPOWEB = REPOS_ROOT_PATH / "expoweb"
|
||||||
SURVEYS = REPOS_ROOT_PATH
|
SURVEYS = REPOS_ROOT_PATH
|
||||||
@ -169,7 +169,6 @@ ENTRANCEDESCRIPTIONS = os.fspath(ENTRANCEDESCRIPTIONS)
|
|||||||
LOGFILE = os.fspath(LOGFILE)
|
LOGFILE = os.fspath(LOGFILE)
|
||||||
SURVEYS = os.fspath(SURVEYS)
|
SURVEYS = os.fspath(SURVEYS)
|
||||||
EXPOWEB = os.fspath(EXPOWEB)
|
EXPOWEB = os.fspath(EXPOWEB)
|
||||||
THREEDCACHEDIR = os.fspath(THREEDCACHEDIR)
|
|
||||||
DRAWINGS_DATA = os.fspath(DRAWINGS_DATA)
|
DRAWINGS_DATA = os.fspath(DRAWINGS_DATA)
|
||||||
SURVEX_DATA = os.fspath(SURVEX_DATA)
|
SURVEX_DATA = os.fspath(SURVEX_DATA)
|
||||||
REPOS_ROOT_PATH = os.fspath(REPOS_ROOT_PATH)
|
REPOS_ROOT_PATH = os.fspath(REPOS_ROOT_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user