Skip to content

chenokay/webpy-skeleton

 
 

Repository files navigation

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

About

Skeleton for a web.py application using twitter bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.3%
  • Python 32.9%
  • HTML 9.8%