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:
parent
813446c568
commit
5686e54386
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue