summaryrefslogtreecommitdiffstats
path: root/localsettings.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-31 23:41:46 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-31 23:41:46 +0100
commit8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9 (patch)
tree4eed688867598d5f182d30f18cd9745151764fc5 /localsettings.py
parent269020391240f15d5d5997f88b51f401abf37cb1 (diff)
downloadtroggle-8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9.tar.gz
troggle-8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9.tar.bz2
troggle-8f790309ce9123a0f1e7bafd63b2e5d5e9cf86c9.zip
tests for new /site_media/ management
Diffstat (limited to 'localsettings.py')
-rw-r--r--localsettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettings.py b/localsettings.py
index b0853e7..3f44d36 100644
--- a/localsettings.py
+++ b/localsettings.py
@@ -29,7 +29,7 @@ from credentials import EXPOUSERPASS
from credentials import EMAIL_HOST_PASSWORD
SERVERPORT = '8000'
-EXPOFILESREMOTE = False # if True, then re-routes urls in expofiles to remote sever
+EXPOFILESREMOTE = False # if True, then re-routes urls in expofiles to remote sever. Tests are then less accurate.
#SECURE_SSL_REDIRECT = True # breaks 7 tests in test suite 301 not 200 (or 302) and runserver fails completely
# --------------------- MEDIA redirections BEGIN ---------------------