From 49ca140e306fc241bbd1d5e7c7bcc672e97bc426 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Mon, 10 Jun 2013 18:37:58 -0400 Subject: [PATCH] Set DEBUG back to True --- ansibleworks/settings/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansibleworks/settings/defaults.py b/ansibleworks/settings/defaults.py index c224f866e3..a19c2569b1 100644 --- a/ansibleworks/settings/defaults.py +++ b/ansibleworks/settings/defaults.py @@ -14,7 +14,7 @@ for setting in dir(global_settings): # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(__file__)) -DEBUG = False +DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = (