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

Use standard IPython startup instead of embed

Open bendavis78 opened this issue 12 years ago • 0 comments

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.

bendavis78 avatar Aug 15 '13 18:08 bendavis78