From 4b78dd149067d7e8956690007c981f7bb5c331c9 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 4 Dec 2011 20:23:44 -0500 Subject: [PATCH] FT --- snipt/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipt/settings.py b/snipt/settings.py index 8129b14..ac99b7e 100644 --- a/snipt/settings.py +++ b/snipt/settings.py @@ -5,7 +5,7 @@ import os, socket if socket.gethostname() in ['nickmba.local', 'nickimac.local']: DEBUG = True else: - DEBUG = True + DEBUG = False TEMPLATE_DEBUG = DEBUG BASE_PATH = os.path.dirname(__file__)