Remove DEBUG = False as it's the default

This commit is contained in:
Ben Sturmfels 2024-02-06 21:52:59 +11:00
parent 2ba7eb1609
commit 208f067c40

View file

@ -19,8 +19,6 @@
from pathlib import Path from pathlib import Path
DEBUG = False
from .djangocommonsettings import * from .djangocommonsettings import *
SITE_ID = 2 SITE_ID = 2