diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-17 01:27:09 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-17 01:28:34 +0000 |
commit | 6cfb6f337381c40b84224e0b3726181d1cb89104 (patch) | |
tree | 0de8b85fa973aba8a21b4310dd40d473bfc9b823 /_deploy | |
parent | 8ce5db9175bdc3e54db2926687138765000d8413 (diff) | |
download | troggle-6cfb6f337381c40b84224e0b3726181d1cb89104.tar.gz troggle-6cfb6f337381c40b84224e0b3726181d1cb89104.tar.bz2 troggle-6cfb6f337381c40b84224e0b3726181d1cb89104.zip |
debug
Diffstat (limited to '_deploy')
-rw-r--r-- | _deploy/debian-server/localsettings-expo-live.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_deploy/debian-server/localsettings-expo-live.py b/_deploy/debian-server/localsettings-expo-live.py index a8ddb3f..b4deafa 100644 --- a/_deploy/debian-server/localsettings-expo-live.py +++ b/_deploy/debian-server/localsettings-expo-live.py @@ -159,6 +159,13 @@ STATIC_URL = Path(URL_ROOT, "/static/") # used by Django admin pages. Do not de JSLIB_URL = Path(URL_ROOT, "/javascript/") # used for CaveViewer JS utility # STATIC_ROOT removed after merging content into MEDIA_ROOT. See urls.py & core/views/surveys.py +# Re-enable TinyMCE when Dj upgraded to v3. Also templates/editexpopage.html +# TINYMCE_DEFAULT_CONFIG = { +# 'plugins': "table,spellchecker,paste,searchreplace", +# 'theme': "advanced", +# } +# TINYMCE_SPELLCHECKER = False +# TINYMCE_COMPRESSOR = True #TINY_MCE_MEDIA_ROOT = STATIC_ROOT + '/tiny_mce/' # not needed while TinyMCE not installed #TINY_MCE_MEDIA_URL = STATIC_URL + '/tiny_mce/' # not needed while TinyMCE not installed |