flask-script icon indicating copy to clipboard operation
flask-script copied to clipboard

Flask extension to help writing external scripts for Flask applications

Results 33 flask-script issues
Sort by recently updated
recently updated
newest added

The commit 44c1c1a5eded61bd5ecb985c20e758f209bbe33f broke the early app access provided by #34 As a consequence, it's not possible anymore to dynamically add commands depending on an application setting.

See here for a detailed explanation from an IPython developer as to why embed() should not be used for this type of application: https://github.com/django/django/pull/512 Basically, embed() causes issues where custom...

I've been having some trouble with the Shell command. I normally use the -B flag on the interactive interpreter during development to prevent .pyc's from making a mess, and to...

bug
import