From 855b446e457246ded43f8798c150d69c05288228 Mon Sep 17 00:00:00 2001 From: Renato Oliveira Date: Mon, 11 Dec 2017 17:44:41 -0200 Subject: [PATCH] Change debug to false again before pushing to master branch. --- notto/notto/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notto/notto/settings.py b/notto/notto/settings.py index 60ed931..463699a 100644 --- a/notto/notto/settings.py +++ b/notto/notto/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = 'd6f1&y(dx-2oiilb&17itsjtqt6&@*&q#(wpwmx(=hwyu4$64-' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = []