Install pa11y-ci

This commit is contained in:
Ryan Ahearn
2022-08-30 10:31:48 -04:00
parent 0213598bf8
commit dfea3ac848
5 changed files with 37 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ class Config(object):
class Development(Config):
ADMIN_BASE_URL = 'http://localhost:6012'
BASIC_AUTH_FORCE = True
BASIC_AUTH_FORCE = False
NOTIFY_LOG_PATH = 'application.log'
DEBUG = True
SESSION_COOKIE_SECURE = False