elvis-sik / flask-bootstrap

Ready-to-use Twitter-bootstrap for use in Flask.

Home Page:http://pypi.python.org/pypi/Flask-Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-Bootstrap

https://travis-ci.org/mbr/flask-bootstrap.png?branch=master

Flask-Bootstrap packages Bootstrap into an extension that mostly consists of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap from a CDN and works with no boilerplate code in your application.

Usage

Here is an example:

from flask_bootstrap import Bootstrap

[...]

Bootstrap(app)

This makes some new templates available, containing blank pages that include all bootstrap resources, and have predefined blocks where you can put your content.

As of version 3, Flask-Bootstrap has a proper documentation, which you can check for more details.

About

Ready-to-use Twitter-bootstrap for use in Flask.

http://pypi.python.org/pypi/Flask-Bootstrap

License:Other


Languages

Language:Python 57.2%Language:HTML 41.6%Language:JavaScript 1.1%Language:CSS 0.1%