From be14ee146142831c61eeb8e48b2f768863ca741b Mon Sep 17 00:00:00 2001
From: Jonathan Weth <joniweth@gmx.de>
Date: Sun, 20 Jan 2019 18:00:30 +0100
Subject: [PATCH] Update settings.py

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

diff --git a/schoolapps/schoolapps/settings.py b/schoolapps/schoolapps/settings.py
index 20a26dc8c..38fc8a716 100755
--- a/schoolapps/schoolapps/settings.py
+++ b/schoolapps/schoolapps/settings.py
@@ -24,7 +24,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 # Provided by secure_settings
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = False
 
 # PDB debugger option
 POST_MORTEM = True
-- 
GitLab