a theme for Pinax based on Twitter's Bootstrap
Project description
A Pinax theme based on Twitter's Bootstrap
==========================================
Quick Start
-----------
Include "pinax-theme-bootstrap" in your requirements file and
"pinax_theme_bootstrap" in your INSTALLED APPS.
Make sure both template loaders and staticfiles finders includes
app directories.
Site name comes from Sites fixture.
Your "site_base.html" should extend "theme_base.html" and should provide
"footer" and "nav" blocks (the latter should just be a ul of li of a links).
Your pages should have blocks "head_title" and "body" and should extend
"site_base.html".
The url name "home" should be defined as the homepage.
Forms
-----
To style forms,
{% load bootstrap_tags %}
and do something like:
<form method="POST" action="">
{% csrf_token %}
<fieldset>
{{ form|as_bootstrap }}
</fieldset>
<div class="actions">
<button type="submit" class="btn primary">Submit</button>
</div>
</form>
Todo / Issues
-------------
* build additional templates for other apps (possibly as add-ons)
* include LESS source files here
==========================================
Quick Start
-----------
Include "pinax-theme-bootstrap" in your requirements file and
"pinax_theme_bootstrap" in your INSTALLED APPS.
Make sure both template loaders and staticfiles finders includes
app directories.
Site name comes from Sites fixture.
Your "site_base.html" should extend "theme_base.html" and should provide
"footer" and "nav" blocks (the latter should just be a ul of li of a links).
Your pages should have blocks "head_title" and "body" and should extend
"site_base.html".
The url name "home" should be defined as the homepage.
Forms
-----
To style forms,
{% load bootstrap_tags %}
and do something like:
<form method="POST" action="">
{% csrf_token %}
<fieldset>
{{ form|as_bootstrap }}
</fieldset>
<div class="actions">
<button type="submit" class="btn primary">Submit</button>
</div>
</form>
Todo / Issues
-------------
* build additional templates for other apps (possibly as add-ons)
* include LESS source files here
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
Close
Hashes for pinax-theme-bootstrap-0.1.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80f1ca51e4f746e30d6dd56226577453ce101427b9a148dc686ca0fa5ec933bf |
|
MD5 | 38ccea7934086dbd8bee851604b2a07e |
|
BLAKE2b-256 | 4be2fc3adb39aa1c561f9f3b3558211b5beeae6fdd519a14309501b97479b6a0 |