Provide a default for DEBUG

This avoid having to specify it in the production environment config at all -
shorter config.
This commit is contained in:
Ben Sturmfels 2023-10-26 13:19:11 +11:00
parent 813446c568
commit 5686e54386
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

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