master
Nick Sergeant 2011-12-04 20:23:44 -05:00
parent 12a6f24f65
commit 4b78dd1490
1 changed files with 1 additions and 1 deletions

View File

@ -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__)