mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 20:37:36 +00:00
what a mess
This commit is contained in:
@@ -143,14 +143,15 @@ SCANS_ROOT = EXPOFILES / "surveyscans"
|
|||||||
PHOTOS_ROOT = EXPOFILES / "photos"
|
PHOTOS_ROOT = EXPOFILES / "photos"
|
||||||
|
|
||||||
#EXPOFILES = urllib.parse.urljoin(REPOS_ROOT_PATH, 'expofiles/')
|
#EXPOFILES = urllib.parse.urljoin(REPOS_ROOT_PATH, 'expofiles/')
|
||||||
PHOTOS_URL = urllib.parse.urljoin(URL_ROOT, '/photos/')
|
PHOTOS_URL = Path(URL_ROOT, "/photos/")
|
||||||
|
#PHOTOS_URL = urllib.parse.urljoin(URL_ROOT, '/photos/')
|
||||||
|
|
||||||
# MEDIA_URL is used by urls.py in a regex. See urls.py & core/views_surveys.py
|
# MEDIA_URL is used by urls.py in a regex. See urls.py & core/views_surveys.py
|
||||||
MEDIA_URL = '/site_media/'
|
MEDIA_URL = '/site_media/'
|
||||||
|
|
||||||
|
|
||||||
STATIC_URL = urllib.parse.urljoin(URL_ROOT , '/static/') # used by Django admin pages. Do not delete.
|
STATIC_URL = Path(URL_ROOT, "/static/") # used by Django admin pages. Do not delete.
|
||||||
JSLIB_URL = urllib.parse.urljoin(URL_ROOT , '/javascript/') # always fails, try to revive it ?
|
JSLIB_URL = Path(URL_ROOT, "/javascript/") # used for CaveViewer JS utility
|
||||||
# STATIC_ROOT removed after merging content into MEDIA_ROOT. See urls.py & core/views/surveys.py
|
# STATIC_ROOT removed after merging content into MEDIA_ROOT. See urls.py & core/views/surveys.py
|
||||||
|
|
||||||
#TINY_MCE_MEDIA_ROOT = STATIC_ROOT + '/tiny_mce/' # not needed while TinyMCE not installed
|
#TINY_MCE_MEDIA_ROOT = STATIC_ROOT + '/tiny_mce/' # not needed while TinyMCE not installed
|
||||||
|
|||||||
Reference in New Issue
Block a user