forked from expo/troggle
Docstrings for all modules
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user