Skip to content

Fix DEBUG boolean in settings

Administrator requested to merge fix/django-debug into master

The ENVAR is DJANGO_DEBUG_BOOLEAN (string) was not correctly loaded as boolean ('False' = True)

Merge request reports