Set DEBUG=True for gitlab configuration
This commit is contained in:
parent
2790e9c82e
commit
ff6dfcaa05
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ from .base import * # isort:skip
|
|||
from .version import get_current_version
|
||||
|
||||
|
||||
DEBUG = True
|
||||
|
||||
|
||||
del LOGGING["handlers"]["file"]
|
||||
del LOGGING["handlers"]["celery"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue