Changeset - 5686e54386a4
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 6 months ago 2023-10-26 02:19:11
ben@sturm.com.au
Provide a default for DEBUG

This avoid having to specify it in the production environment config at all -
shorter config.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy/settings.py
Show inline comments
...
 
@@ -19,6 +19,8 @@
 

	
 
from pathlib import Path
 

	
 
DEBUG = False
 

	
 
from .djangocommonsettings import *
 

	
 
SITE_ID = 2
0 comments (0 inline, 0 general)