[extensions-web] settings: Make DEBUG = False again



commit 19458a5a8c7db9c50e9ce3892f5baa7796023a28
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jan 31 13:15:10 2012 -0500

    settings: Make DEBUG = False again
    
    This, kids, is why you should never use 'git commit -a'

 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]