prevent Flask from initializing twice in debug mode
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.
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.