Forums

is the extension Flask-Bootstrap available here?

from flask.ext.bootstrap import Bootstrap
# ...
bootstrap = Bootstrap(app)

would this work in our apps here, as is? it doesn't seem to, for me here but it does in my local env

We don't have it installed by default, but you can install it into your account using

pip install --user flask-bootstrap

Does that persist between sessions and work for other flask extensions in the same way? for instance

pip install --user flask-sqlalchemy

really? that would be awesome!

yes, once it's installed into your account, it's available in all consoles, scheduled tasks and web apps. But don't forget the --user argument tho!

real time support!! :-)

you bet!