From 208f067c4023a590fca94258fba66c6be3b539d1 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 6 Feb 2024 21:52:59 +1100 Subject: [PATCH] Remove `DEBUG = False` as it's the default --- conservancy/settings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conservancy/settings.py b/conservancy/settings.py index 72e7e529..d7ca4bee 100644 --- a/conservancy/settings.py +++ b/conservancy/settings.py @@ -19,8 +19,6 @@ from pathlib import Path -DEBUG = False - from .djangocommonsettings import * SITE_ID = 2