From c0d8c01249277b052e12a3669f026c2aebabaf1c Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sat, 24 Mar 2018 10:51:58 -0700 Subject: [PATCH] debug = false in prod --- fincom/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fincom/settings.py b/fincom/settings.py index 15450aa..5fb5a04 100644 --- a/fincom/settings.py +++ b/fincom/settings.py @@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = os.environ['SECRET_KEY'] # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [