Set DEBUG=True for gitlab configuration

This commit is contained in:
Sonny Bakker 2023-08-13 17:27:19 +02:00
parent 2790e9c82e
commit ff6dfcaa05

View file

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