settings: Disable DEBUG.
[matthijs/projects/dorestad-bookings.git] / settings.py
index 52f65eef12fde753bada12076c85a8a3d02dde72..7a10053a7c27dbf02022c8183deea39b0cb9fbb4 100644 (file)
@@ -4,7 +4,7 @@ import os
 
 PROJECT_DIR = os.path.dirname(__file__)
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (