Skip to content

prevent Flask from initializing twice in debug mode

Marcus Oskarsson requested to merge gh-0d6b6825/40/mguijarr/dont_init_twice into master

Created by: mguijarr

I noticed the __init__.py module is reloaded by Flask reloader when starting application in debug mode, the added test prevents this while keeping reloader functionality.

Merge request reports