smurfix/flask-script

How to speed up python manage.py imports and startup time?

rlam3 opened this issue · 1 comments

rlam3 commented

How to python manage.py shell without having to import statement after this line?

I don't want to import x,y,z everytime ... is there a cleaner, faster way to refresh python manage.py shell and import necessary modules with one line of code ?

Thanks!