Merge pull request #9 from rackspace/settings

turn off debug
This commit is contained in:
Sandy Walsh 2012-11-07 06:34:06 -08:00
commit 6b0fa8a317

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 = (