Skip to content

jzellman/webpy-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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