2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-02 15:11:00 +01:00

tests for new /site_media/ management

This commit is contained in:
Philip Sargent
2021-03-31 23:41:46 +01:00
parent 2690203912
commit 8f790309ce
3 changed files with 74 additions and 26 deletions

View File

@@ -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 ---------------------