From 021c79611569f5a35acb2fc4383656125fb9185c Mon Sep 17 00:00:00 2001 From: Sicco van Sas Date: Thu, 26 Jan 2017 12:27:45 +0200 Subject: [PATCH] Set debug to false by default --- ocd_frontend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocd_frontend/settings.py b/ocd_frontend/settings.py index d7149b3..1fc77df 100644 --- a/ocd_frontend/settings.py +++ b/ocd_frontend/settings.py @@ -1,6 +1,6 @@ import os.path -DEBUG = True +DEBUG = False # Celery settings CELERY_BROKER_URL = 'redis://127.0.0.1:6379/1'