Update settings.py

This commit is contained in:
zandercymatics 2023-11-08 14:44:30 -07:00
parent a32361146e
commit 50f6b49b47
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -72,6 +72,8 @@ secret_registry_hostname = secret("REGISTRY_HOSTNAME")
BASE_DIR = path.resolve().parent.parent.parent BASE_DIR = path.resolve().parent.parent.parent
# SECURITY WARNING: don't run with debug turned on in production! # 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 DEBUG = env_debug
# Controls production specific feature toggles # Controls production specific feature toggles