This aims to be a powerful Django app to ease the integration of the popular Bootstrap UI framework (http://getbootstrap.com).
Project description
This aims to be a powerful Django app to ease the integration of the popular Bootstrap UI framework (http://getbootstrap.com).
Quick start
Add bootstrap_ui to your INSTALLED_APPS setting:
INSTALLED_APPS = ( ... 'bootstrap_ui', ... )
Load bootstrap_ui_tags in your template:
{% load bootstrap_ui_tags %}
Use bootstrap components through intuitive template tags:
{% listgroup %} {% listgroupitem %} Your raw text. {% endlistgroupitem %} {% listgroupitem %} You may also use a {{ context_variable }}. {% endlistgroupitem %} {% endlistgroup %}
Some bootstrap components support different html tags, to change the default add a parameter:
{% listgroup use_tag="div" %} ... Your list group content goes here. ... {% endlistgroup %}
Supported bootstrap components
List group (http://getbootstrap.com/components/#list-group)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-bootstrap-ui-0.1-alpha2.tar.gz
.
File metadata
- Download URL: django-bootstrap-ui-0.1-alpha2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66a54855582b242b833a0c726e740f101b1ecb3dd7a8195bfb664833244e03e1 |
|
MD5 | d3bad3206ecfc7aed57278933c507039 |
|
BLAKE2b-256 | 9f23623c9f9daaa778201251e514ab9872bc8d76b1577b5eaa52a89b380fefbb |
File details
Details for the file django_bootstrap_ui-0.1_alpha2-py3-none-any.whl
.
File metadata
- Download URL: django_bootstrap_ui-0.1_alpha2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6567ad297ceb17fdf7cd8b6ae7257d1a12aa28b946b85596513139acece3dc38 |
|
MD5 | c92f178c043bb3e434aab590047cbfbc |
|
BLAKE2b-256 | 71f4e1756603cc2e7e3f89010f5ea26f661a017f21d5d678345f14aa5676b04e |