mirror of https://github.com/zulip/zulip.git
Restore DEBUG = False on deployed app
This reverts commit c3f0a8f7a388596113613c9ab18bdbccbf415226. (imported from commit 24147588b3c31831116c364adeaea50caa8af198)
This commit is contained in:
parent
c887a5f977
commit
cf8cc277ff
|
@ -4,7 +4,7 @@ import platform
|
|||
|
||||
deployed = (platform.node() == 'humbug-dev')
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = not deployed
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
|
||||
ADMINS = (
|
||||
|
|
Loading…
Reference in New Issue