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
File details
Details for the file pinax-theme-bootstrap-0.1.1.tar.gz
.
File metadata
- Download URL: pinax-theme-bootstrap-0.1.1.tar.gz
- Upload date:
- Size: 72.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e18e4e0221e8cfe74e4afb2f8acceb3438412f3e50c673fe25464fc8dee88059 |
|
MD5 | 563c84b8aac21fb8e72aa5f263f37339 |
|
BLAKE2b-256 | fc8fc4f6b39be2c9a6f5b9e5b89e2e645a72981d816c9fbf9bf5b08cc3a16243 |