Flask applications like this come with an interactive debugger, provided by the included library "Werkzeug". This is protected by a PIN but still should not be enabled on production sites, because that (and even the stacktraces) are a security risk.
Right now, the debugger is however enabled, and stacktraces are available. To be fixed.
Flask applications like this come with an interactive debugger, provided by the included library "Werkzeug". This is protected by a PIN but still should not be enabled on production sites, because that (and even the stacktraces) are a security risk.
Right now, the debugger is however enabled, and stacktraces are available. To be fixed.