flask-script
flask-script copied to clipboard
Use standard IPython startup instead of embed
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 ipython configuration settings are not loaded correctly.