8000 GitHub - kqdtran/bottle-bootstrap: A simple recipe for Bottle.py + Twitter Bootstrap + Heroku
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kqdtran/bottle-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bottle on Heroku

Create your virtualenv, then install the requirements with

pip install -r requirements.txt

Then run

python app.py

to generate magic in development.

To push to Heroku,

heroku create    
git add .     
git commit -m "init"    
git push heroku master     
heroku open

to see your beautiful website on Heroku :p

About

A simple recipe for Bottle.py + Twitter Bootstrap + Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.6%
  • JavaScript 39.9%
  • Python 0.5%
0