mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 16:27:07 +00:00
Deleted archaisms and new comments
This commit is contained in:
@@ -24,16 +24,12 @@ print(" * importing troggle/localsettings.py")
|
||||
# - we don't want to have to change the expo system password !
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
SERVERPORT = '3777'
|
||||
SERVERPORT = '8000'
|
||||
|
||||
LIBDIR = '/mnt/d/CUCC-Expo/t37/lib/python3.7/'
|
||||
#LIBDIR = '/mnt/d/CUCC-Expo/deb37/lib/python3.7/'
|
||||
#LIBDIR = '/mnt/d/CUCC-Expo/t38/lib/python3.8/'
|
||||
#LIBDIR = '/usr/lib/python3.8/'
|
||||
|
||||
REPOS_ROOT_PATH = '/mnt/d/CUCC-Expo/t37/'
|
||||
#REPOS_ROOT_PATH = '/mnt/d/CUCC-Expo/t38/'
|
||||
#REPOS_ROOT_PATH = '/mnt/d/CUCC-Expo/deb37/'
|
||||
#REPOS_ROOT_PATH = '/mnt/d/CUCC-Expo/'
|
||||
|
||||
MEDIA_ROOT = REPOS_ROOT_PATH + 'troggle/media/'
|
||||
@@ -43,7 +39,7 @@ MEDIA_URL = '/site_media/'
|
||||
#STATIC_ROOT removed after merging content into MEDIA_ROOT. See urls.py & core/views_surveys.py
|
||||
|
||||
PUBLIC_SITE = True
|
||||
DEBUG = True
|
||||
DEBUG = True # Always keep this, even when on public server. Otherwise NO ERROR MESSAGES !
|
||||
|
||||
# executables:
|
||||
CAVERN = 'cavern'
|
||||
|
||||
Reference in New Issue
Block a user