diff --git a/sith/settings.py b/sith/settings.py index b75a4b93..680859ef 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -671,7 +671,7 @@ if DEBUG: ] SASS_INCLUDE_FOLDERS = ["core/static/"] SENTRY_ENV = "development" - + if "test" in sys.argv: CAPTCHA_TEST_MODE = True