Files
Jeff Widman b92391d177 Switch to Flask's native CLI
Drop `flask_script` in favor of Flask's native CLI:
* https://flask.palletsprojects.com/en/master/cli/

This also requires changing the tests so that `pytest` mocks the env var
`FLASK_ENV` so that the test app starts in development mode. Unlike
normal test apps, we _do_ want development/debug mode, in addition to
testing mode.
2020-02-17 23:57:04 -08:00
..
2013-11-06 09:00:05 -08:00
2020-02-17 23:57:04 -08:00
2020-02-17 23:57:04 -08:00
2017-02-12 02:31:26 -08:00