diff --git a/schoolapps/schoolapps/settings.py b/schoolapps/schoolapps/settings.py index 20a26dc8c8180ab524d6a3616f7049774fbe61c0..38fc8a716c691cb8f9c3bd61756fc956fb5c7442 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