Skip to main content

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-zurb-foundation-rtl-6.0.6.3.zip (466.6 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django-zurb-foundation-rtl-6.0.6.3.zip.

File metadata

File hashes

Hashes for django-zurb-foundation-rtl-6.0.6.3.zip
Algorithm Hash digest
SHA256 5ddbe8eb20b8e985b34b83a2d5a5963d223cdcd4377234c227e73d405efad4d1
MD5 7f2dfef0ab5ce9479cb02e5767fc599b
BLAKE2b-256 147bc78216aa13f13d0a2154cd1cff503134ef614a96b48624c41f78171ea475

See more details on using hashes here.

File details

Details for the file django_zurb_foundation_rtl-6.0.6.3-py2-none-any.whl.

File metadata

File hashes

Hashes for django_zurb_foundation_rtl-6.0.6.3-py2-none-any.whl
Algorithm Hash digest
SHA256 54b802be10c0ac26a23e4b7aa6b20862be23665166adf08c3773170118b64af0
MD5 12e42a4f578fa75637c8311545c825c7
BLAKE2b-256 42d5b0385193d5d1af559a50f4bd8ead7cee1b737646d367ebe187a8dcc9dad3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page