Fork me on GitHub

0blog by stchris

Minimal blog engine written in Python. Uses web.py and SQLAlchemy.

Dependencies

Python 2.6, web.py, SQLAlchemy, urllib, hashlib

Install

$ easy_install webpy sqlalchemy
$ git clone git://github.com/stchris/0blog
$ python models.py
$ python 0blog.py

0blog is now available at http://localhost:8080

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/stchris/0blog