turn off debug

This commit is contained in:
Sandy Walsh 2012-11-07 10:32:40 -04:00
parent da7ba2633b
commit 113f690c78

View File

@ -7,7 +7,7 @@ db_username = os.environ['STACKTACH_DB_USERNAME']
db_password = os.environ['STACKTACH_DB_PASSWORD']
install_dir = os.environ['STACKTACH_INSTALL_DIR']
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = (