Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

onanypoint/bottle-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Bottle bootstrap project

Very minimalist skeleton, no external python libraries required than 'bottle'

Why?

If you want a starting-point for your own experiments in making websites in Python, this isn't the worst place that you could start.

Easy Setup

  • pip install -r requirements.txt or pip install -r requirements.txt -t lib/to install these dependencies in this project's lib/ directory.
  • Edit the view code in app.py
  • Edit the page template in views/main.tpl

Running

  • run app.py (i.e. `python app.py)
  • Browse to localhost:8080

Credits

About

A simple recipe for Bottle.py

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages