From 4a3d2286a26e3b8f60183581330c02dc16263787 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <joniweth@gmx.de>
Date: Tue, 6 Nov 2018 18:21:31 +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 1c5712452..ea089016a 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