DEBUG => TIRAMISU_DEBUG
This commit is contained in:
parent
1fbef08402
commit
0b703b40b2
|
@ -20,7 +20,7 @@ from ..util import Cache
|
|||
from ...setting import undefined
|
||||
from ...i18n import _
|
||||
|
||||
DEBUG = bool(os.environ.get('DEBUG', False))
|
||||
DEBUG = bool(os.environ.get('TIRAMISU_DEBUG', False))
|
||||
del os
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ from ...setting import undefined, owners
|
|||
from ...i18n import _
|
||||
|
||||
|
||||
DEBUG = bool(os.environ.get('DEBUG', False))
|
||||
DEBUG = bool(os.environ.get('TIRAMISU_DEBUG', False))
|
||||
del os
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue