django-bootstrap-static-files

Twitter bootstrap static files for Django.


License
Apache-2.0
Install
pip install django-bootstrap-static-files==3.0.0

Documentation

django-bootstrap-static-files

This package provides Twitter's Bootstrap project as a Django package for quick inclusion in Django projects.

The version of the python package matches the version of Twitter Bootstrap.

Upgrading Notes:

2.0.3 -> 2.0.4 If upgrading from 2.0.3 to 2.0.4 the structure of the static files have changed slightly. There is now a bootstrap namespace for the static files.

2.0.4 -> 3.0.0 The bootstrap_no_namespace directory (which allowed linking to system {{ STATIC_URL }}css/bootstrap.css) has been depricated. Please use {{ STATIC_URL }}bootstrap/css/boostrap.css (and such)