Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “cms”

Using Git as a versioned data store in Python. gitshelve supports the same interface as Python’s built-in shelve module but stores things to a versioned Git repository instead of just a pickled dictionary. I’ve been casually wondering what a Git-powered CMS would look like. 6 15th May 2008, 3:25 pm

A django site