diff --git a/schoolapps/schoolapps/settings.py b/schoolapps/schoolapps/settings.py index 1c5712452a827ec85d497077b390fa17feb89f3e..ea089016a9fa545840315e9637a2711ea453feb0 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