From b5dbb297f2d91cf853cbe7b6df23b1883e891573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 4 Feb 2019 18:32:41 -0500 Subject: [PATCH] fix mode DEBUG for testing --- personalsite/settings.py.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/personalsite/settings.py.example b/personalsite/settings.py.example index accf5a8..3ae7640 100644 --- a/personalsite/settings.py.example +++ b/personalsite/settings.py.example @@ -23,7 +23,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = '8$oylik7o2-dbx+5a77=2a532w8lx&=ofiyv!1bs9a9)0t%6r)' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False +# DEBUG = False +DEBUG = True ALLOWED_HOSTS = []