https://github.com/mbr/flask-bootstrap
Ready-to-use Twitter-bootstrap for use in Flask.
https://github.com/mbr/flask-bootstrap
Last synced: 7 months ago
JSON representation
Ready-to-use Twitter-bootstrap for use in Flask.
- Host: GitHub
- URL: https://github.com/mbr/flask-bootstrap
- Owner: mbr
- License: other
- Created: 2012-05-31T13:27:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T22:17:36.000Z (about 2 years ago)
- Last Synced: 2025-05-05T03:36:26.135Z (7 months ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/Flask-Bootstrap
- Size: 2.64 MB
- Stars: 1,575
- Watchers: 67
- Forks: 716
- Open Issues: 59
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mbr/flask-bootstrap - Ready-to-use Twitter-bootstrap for use in Flask. (Python)
README
===============
Flask-Bootstrap
===============
.. image:: https://travis-ci.org/mbr/flask-bootstrap.png?branch=master
:target: https://travis-ci.org/mbr/flask-bootstrap
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.