Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 469 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 469 Bytes

webpy-skeleton

Skeleton for a web.py application using twitter bootstrap.

Usage

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.'

Initial Configuration

pip install -r requirements.txt

Running the web server

python app.py

Running the tests

python test.py