Django Zurb Foundation package + RTL Support
Project Description
django-zurb-foundation 6.0.6 + rtl specific files
============================
Django Zurb Foundation 6 package.
Version of this package is equal to the version of Zurb Foundation it provides.
Usage
=====
- Add `foundation` to your `INSTALLED_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.
Including Foundation js/css/vendor files
=============================================
To include Foundation js file, you can use `static` tag.
{% static 'foundation/js/foundation.min.js' %}
For example, to include `abide` library use:
`<script src="{% static 'foundation/js/foundation/foundation.abide.js' %}"></script>`
Foundation icons
================
The latest Foundation icons set is now included in this package.
The icons are not enabled by default. To enable them use something like this in your template:
{% block css %}
{% static 'foundation/css/foundation-icons.css' %}
{% endblock css %}
If you have added `foundation.urls` to your urls.py visit `icons/` on that path to see them.
============================
Django Zurb Foundation 6 package.
Version of this package is equal to the version of Zurb Foundation it provides.
Usage
=====
- Add `foundation` to your `INSTALLED_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.
Including Foundation js/css/vendor files
=============================================
To include Foundation js file, you can use `static` tag.
{% static 'foundation/js/foundation.min.js' %}
For example, to include `abide` library use:
`<script src="{% static 'foundation/js/foundation/foundation.abide.js' %}"></script>`
Foundation icons
================
The latest Foundation icons set is now included in this package.
The icons are not enabled by default. To enable them use something like this in your template:
{% block css %}
{% static 'foundation/css/foundation-icons.css' %}
{% endblock css %}
If you have added `foundation.urls` to your urls.py visit `icons/` on that path to see them.
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django_zurb_foundation_rtl-6.0.6.3-py2-none-any.whl (461.2 kB) Copy SHA256 hash SHA256 | Wheel | 2.7 | Dec 19, 2015 |
django-zurb-foundation-rtl-6.0.6.3.zip (466.6 kB) Copy SHA256 hash SHA256 | Source | None | Dec 19, 2015 |