From a3c5fdc1234326b05fdb116d8c3c61901144fc31 Mon Sep 17 00:00:00 2001 From: Logan Heckle Date: Sun, 15 Apr 2018 22:32:37 -0400 Subject: [PATCH] Disabling Django Debug for RC1 Deployment --- social_monomania/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_monomania/settings.py b/social_monomania/settings.py index 60c2d09..ab3a773 100755 --- a/social_monomania/settings.py +++ b/social_monomania/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = 'kt21qp(v(85%@^9)2++cs=49vull98^!^l82ya@1%fvvpcxuhx' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['socialmonomania.herokuapp.com','127.0.0.1', 'socialmonomania-dev.herokuapp.com', 'localhost']