Restore DEBUG = False on deployed app

This reverts commit c3f0a8f7a388596113613c9ab18bdbccbf415226.

(imported from commit 24147588b3c31831116c364adeaea50caa8af198)
This commit is contained in:
Keegan McAllister 2012-09-18 13:42:42 -04:00
parent c887a5f977
commit cf8cc277ff
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import platform
deployed = (platform.node() == 'humbug-dev')
DEBUG = True
DEBUG = not deployed
TEMPLATE_DEBUG = DEBUG
ADMINS = (