From d61c2b20c832557b4ce65df53bc94c6c1bd1ef65 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 2 Aug 2020 23:53:35 +0100 Subject: Deleted archaisms and new comments --- localsettingsWSL.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'localsettingsWSL.py') 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' -- cgit v1.2.3