Helps kickstart your django app using the awesome twitter bootstrap library.
As of version 3.0.1 Django 1.5+ is recommended. The sample app will only work with django 1.5+, but the actual bootstrap stuff should work just fine.
INSTALLATION
>>> pip install djbootstrap
Just add djbootstrap to your INSTALLED_APPS
PROVIDES
base.html template
Use it if you feel like it. Just sets up some boilerplate.
bootstrapped_form template tag
Renders your form all pretty like using bootstrapped_form.html the bootstrap css classes and such.
{% load bootstrap_tags %}
{% bootstrapped_form my_form %}
notification_center.html
A simple template snipped to render django’s messages output using bootstrap alerts
Activate Template Tag
Tells you if the page you’re on is the active page. Requires ‘request’ context processor
USAGE:
{% url namespace:some_url as the_url %}
<li class="{% activate the_url %}"><a href="{{ the_url }}"></li>
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djbootstrap-3.0.1.tar.gz.
File metadata
- Download URL: djbootstrap-3.0.1.tar.gz
- Upload date:
- Size: 238.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bc7a0097b39c8f8ee3d3c500314c6ce5c1a7015d372a733e9831a2132665632
|
|
| MD5 |
8a92ea4530b1978eebb81afad29a1b77
|
|
| BLAKE2b-256 |
7b2ded9b40f520ea1bf97c28c3f70c21de0b046f1ed7c0c34fad210daf212d00
|