From 4f36d540d011a3a90eaf6e2f95c3e4457df02f11 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Mon, 19 Nov 2012 11:53:51 -0400 Subject: [PATCH] whoops, turned debug back on --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index a972fb5..05068b6 100644 --- a/settings.py +++ b/settings.py @@ -16,7 +16,7 @@ except ImportError: db_password = os.environ['STACKTACH_DB_PASSWORD'] install_dir = os.environ['STACKTACH_INSTALL_DIR'] -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = (