DEBUG => TIRAMISU_DEBUG

This commit is contained in:
Emmanuel Garette 2019-02-05 11:04:34 +01:00
parent 1fbef08402
commit 0b703b40b2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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