From d014c4df3f4660925f1cdc6e14e5d98014416105 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sat, 25 Oct 2014 12:09:06 +0200 Subject: [PATCH] DEBUG is now False by default. --- dpaste/settings/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpaste/settings/__init__.py b/dpaste/settings/__init__.py index 63e3e39..f02423a 100644 --- a/dpaste/settings/__init__.py +++ b/dpaste/settings/__init__.py @@ -5,7 +5,7 @@ from django.conf.global_settings import * # Generic Django project settings #============================================================================== -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG # Local time zone for this installation. Choices can be found here: