From 3aa4adb3acd5e254783a7390d5194a875d959381 Mon Sep 17 00:00:00 2001 From: Duncan Peacock Date: Wed, 16 Dec 2020 10:50:34 +0100 Subject: [PATCH] Fix debug --- fragalysis/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragalysis/settings.py b/fragalysis/settings.py index fcff7729..089036af 100644 --- a/fragalysis/settings.py +++ b/fragalysis/settings.py @@ -18,7 +18,7 @@ from sentry_sdk.integrations.redis import RedisIntegration # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False # These flags are used in the upload_tset form as follows. # Proposal Supported | Proposal Required | Proposal / View fields