Django Zurb Foundation 6 package.
Version of this package is equal to the version of Zurb Foundation it provides.
- Add
foundation
to yourINSTALLED_APPS
. - If you want to use the provided base template, extend from
foundation/base.html
. If you want to write one from scratch, see the example template. - If you want to test if foundation works, include
foundation.urls
in your urls.py and visit the path. You should see the Foundation test page.
Version 6.2.3
- Updated foundation to 6.2.3 (codywd)
Version 5.5.0
- Updated foundation to 5.5.0
Version 5.4.7
- Updated foundation to 5.4.7
Version 5.4.5
- Updated foundation to 5.4.5
Version 5.3.0.1
- Added scss files
Version 5.3.0
- Updated foundation to 5.3.0
- Deprecated foundation tags (they will be removed in version 6.x)
- Updated templates not to use tags
Version 5.1.1
- Updated foundation to 5.1.1
Version 5.0.3
- Moved
js/modernizr
tojs/vendor/modernizr
and removedjs/vendor/custom.modernizr
- Moved
js/jquery
tojs/vendor/jquery
Version 5.0.2
- Renamed
foundation_body
tobase_body
- Removed zepto and renamed
foundation_jquery_zepto
block tofoundation_jquery
- Included foundation icons
- Renamed
foundation_include
tofoundation_js
- Added
foundation_vendor
andfoundation_css
tags - Used the tags from this package in the base template