fa.bootstrap

pyramid_formalchemy twitter bootstrap integration


Keywords
pyramid, pyramid_formalchemy, twitter, bootstrap, redturtle
License
GPL-2.0+
Install
pip install fa.bootstrap==0.3.3

Documentation

fa.bootstrap

Introduction

This library packages twitter bootstrap for pyramid_formalchemy using js.bootstrap.

It's right now in early development stage so you should know what you are doing. However most of the pyramid_formalchemy views/functionalites should be properly wrap with js.bootstrap.

What you can get is:

https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot01.png https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot02.png https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot03.png https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot04.png https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot05.png https://github.com/RedTurtle/fa.bootstrap/raw/master/docs/Screenshot06.png

Installation

fa.bootstrap also provides a paster template. It can be used to to create a new project. If you create a new project, you must first install fa.bootstrap in your python environment, either with pip:

$ pip install fa.bootstrap

or with easy_install:

$ easy_install fa.bootstrap

Then you should be able to run:

$ paster create -t pyramid_fa_bootstrap myapp

and start your application by:

$ cd myapp
$ python setup.py develop
$ paster serve development.ini

Contact

http://www.redturtle.it/redturtle_banner.png