Remove DEBUG = False as it's the default

This commit is contained in:
Ben Sturmfels 2024-02-06 21:52:59 +11:00
parent 456d1c1630
commit cdb31327ec
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

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