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
* username on secondary nav has to be an anchor for boostrap styling but if
there is no profile, what could it link to?
==========================================
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
* username on secondary nav has to be an anchor for boostrap styling but if
there is no profile, what could it link to?
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.dev2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e35da41e74ed214db93a413259afc3308c4dbd5c56a09fe2470d24ee0cae84ac |
|
MD5 | 1dede455e8f9751aa7cecab19695d8d2 |
|
BLAKE2b-256 | fdf8e90bb01dad1cb56cc59a16ea4e6a1d86ddc1f1be6b6abea0352e9900401b |