settings: Disable DEBUG.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 08:27:36 +0000 (10:27 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 19 Oct 2010 08:27:36 +0000 (10:27 +0200)
settings.py

index 52f65eef12fde753bada12076c85a8a3d02dde72..7a10053a7c27dbf02022c8183deea39b0cb9fbb4 100644 (file)
@@ -4,7 +4,7 @@ import os
 
 PROJECT_DIR = os.path.dirname(__file__)
 
 
 PROJECT_DIR = os.path.dirname(__file__)
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (