summaryrefslogtreecommitdiffstats
path: root/localsettings.py
diff options
context:
space:
mode:
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 ---------------------