File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -603,6 +603,10 @@ def skip_unreadable_post(record):
603603SELENIUM_TESTS = False
604604SELENIUM_TESTS_ONLY = False
605605
606+ # Set debug apps in DEV_APPS settings_local
607+ DEV_APPS = ()
608+ DEV_MIDDLEWARE_CLASSES = ()
609+
606610# Domain which hosts draft and wg alias lists
607611DRAFT_ALIAS_DOMAIN = IETF_DOMAIN
608612GROUP_ALIAS_DOMAIN = IETF_DOMAIN
@@ -612,10 +616,6 @@ def skip_unreadable_post(record):
612616# Path to the email alias lists. Used by ietf.utils.aliases
613617DRAFT_ALIASES_PATH = os .path .join (TEST_DATA_DIR , "draft-aliases" )
614618DRAFT_VIRTUAL_PATH = os .path .join (TEST_DATA_DIR , "draft-virtual" )
615-
616- # Set debug apps in DEV_APPS settings_local
617- DEV_APPS = ()
618- DEV_MIDDLEWARE_CLASSES = ()
619619DRAFT_VIRTUAL_DOMAIN = "virtual.ietf.org"
620620
621621GROUP_ALIASES_PATH = os .path .join (TEST_DATA_DIR , "group-aliases" )
You can’t perform that action at this time.
0 commit comments