Flask-Script icon indicating copy to clipboard operation
Flask-Script copied to clipboard

Mirror of bitbucket account

Results 2 Flask-Script issues
Sort by recently updated
recently updated
newest added

Howdy. What are the odds of including a basicConfig logger for Flask-Scripts? I'm not 100% sure where the right place to add this is, but I think this is as...

I've found it useful to have before_request triggered before shell execution. It's even more important as teardown_request is automatically executed by exit() from shell. diff --git a/flaskext/script.py b/flaskext/script.py index 5a3996f..2ff3148...