Does anyone know how to make a mod_wsgi
automatically reload a Flask app when any of the modules changes? I've tried WSGIScriptReloading On
, but no luck. The official documentation is kind of a bear ... I guess I'll give it a stab if no one knows. Thanks in advance!
Also, if it could not permanently crash on syntax errors (like the the Flask reloader), that'd be awesome.