From 691872f67b91e3120b92ced45128605608986ebc Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Sun, 8 Sep 2013 22:20:42 -0700
Subject: [PATCH] debug to false

---
 settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.py b/settings.py
index 5f76eef..f592a6f 100644
--- a/settings.py
+++ b/settings.py
@@ -8,7 +8,7 @@ def get_from_env(var, default):
     else:
         return default
 
-DEBUG = True
+DEBUG = (get_from_env('DEBUG', '1') == '1')
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
-- 
GitLab