[extensions-web] debug on production site is a no go



commit ac414e8e62234ecff202b7e29ec31444a12232c0
Author: Olav Vitters <olav vitters nl>
Date:   Thu Dec 8 15:28:31 2011 +0100

    debug on production site is a no go

 sweettooth/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index d49c8e8..084e164 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -2,7 +2,7 @@
 
 import os
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]