Debug mode setting always true due to wrong variable content
Due to a bug in Dynaconf, the DEBUG
setting was always set to a truthy value, as it contained a dict
-like object containing the whole default.debug
table from the TOML configuration file.
Thus, disabling the debug mode was ineffective.