From cdb31327ec4a2db8b9af6ee08a721b48a12eea93 2024-02-06 10:52:59 From: Ben Sturmfels Date: 2024-02-06 10:52:59 Subject: [PATCH] Remove `DEBUG = False` as it's the default --- diff --git a/conservancy/settings.py b/conservancy/settings.py index 72e7e5299c2ef4cf2e8a7da50171c9d499c92d81..d7ca4bee872c8b7d92620857fa709652ee300383 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