diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 01:37:42 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 01:37:42 +0100 |
commit | 0820d7c0dce82553348fbbd3bb34b288daae5480 (patch) | |
tree | 31ef9c25bfe4fac8dc799cd64d4491697c687a28 /localsettingsWSL.py | |
parent | 267741fa8b304112d96842118bc6c3ae335500f7 (diff) | |
download | troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.gz troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.tar.bz2 troggle-0820d7c0dce82553348fbbd3bb34b288daae5480.zip |
Docstrings for all modules
Diffstat (limited to 'localsettingsWSL.py')
-rw-r--r-- | localsettingsWSL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py index 7262ca0..76dc3aa 100644 --- a/localsettingsWSL.py +++ b/localsettingsWSL.py @@ -74,6 +74,7 @@ JSLIB_URL = urllib.parse.urljoin(URL_ROOT , '/javascript/') # used for CaveView PUBLIC_SITE = True DEBUG = True # Always keep this True, even when on public server. Otherwise NO USEFUL ERROR MESSAGES ! +CACHEDPAGES = True # experimental page cache for a handful of page types # executables: CAVERN = 'cavern' # for parsing .svx files and producing .3d files @@ -171,4 +172,3 @@ JSLIB_ROOT = os.fspath(JSLIB_ROOT) JSLIB_ROOT = os.fspath(JSLIB_ROOT) JSLIB_ROOT = os.fspath(JSLIB_ROOT) SURVEY_SCANS = os.fspath(SURVEY_SCANS) -print(" + finished importing troggle/localsettings.py") |