Skip to content

RedTurtle/fa.bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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