From 50f6b49b47081b76cbb3bd85294b427ccd3e166d Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:44:30 -0700 Subject: [PATCH] Update settings.py --- src/registrar/config/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index 87ad0ff96..2e061c1a9 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -72,6 +72,8 @@ secret_registry_hostname = secret("REGISTRY_HOSTNAME") BASE_DIR = path.resolve().parent.parent.parent # SECURITY WARNING: don't run with debug turned on in production! +# TODO - Investigate the behaviour of this flag. Does not appear +# to function for the IS_PRODUCTION flag. DEBUG = env_debug # Controls production specific feature toggles