flask-script
flask-script copied to clipboard
Shell doesn't respect -B
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 ease the use of reload().
But when using the following:
python -B manage.py shell
any import done from within the spawned shell creates .pyc files.
- Bitbucket: https://bitbucket.org/danjac/flask-script/issue/26
- Originally Reported By: Anthony Ford
- Originally Created At: 2011-12-29 23:27:33
I confirm this is still an issue. Not sure how to tackle this one yet.