summaryrefslogtreecommitdiffstats
path: root/localsettingsWSL.py
diff options
context:
space:
mode:
Diffstat (limited to 'localsettingsWSL.py')
-rw-r--r--localsettingsWSL.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py
index 09f5429..92fe3c1 100644
--- a/localsettingsWSL.py
+++ b/localsettingsWSL.py
@@ -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'