Skip to content

noxan/django-bootstrap-static-files

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.6%
  • Python 0.4%