Skeleton for a web.py application using twitter bootstrap.
mkdir my_sweet_app
cd my_sweet_app
git clone https://github.com/jzellman/webpy-skeleton.git .
rm -rf .git
git init .
git add .
git commit -m 'Initial app setup.'
pip install -r requirements.txt
python app.py
python test.py