diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-08-02 23:53:35 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-08-02 23:53:35 +0100 |
commit | d61c2b20c832557b4ce65df53bc94c6c1bd1ef65 (patch) | |
tree | e7802f319a2b4547350b43ede3dcd45b6c9166c5 /localsettingsWSL.py | |
parent | 3dcc8883cd69d4289bb89f6fa3180d63dea542b9 (diff) | |
download | troggle-d61c2b20c832557b4ce65df53bc94c6c1bd1ef65.tar.gz troggle-d61c2b20c832557b4ce65df53bc94c6c1bd1ef65.tar.bz2 troggle-d61c2b20c832557b4ce65df53bc94c6c1bd1ef65.zip |
Deleted archaisms and new comments
Diffstat (limited to 'localsettingsWSL.py')
-rw-r--r-- | localsettingsWSL.py | 8 |
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' |