django-gae2django
created 23 March 2009 in links tagged developer, django and googleappengine.
gae2django is a Django helper application that provides an implementation of Google’s App Engine API based on pure Django.
The helper makes it easier to re-use applications originally designed for Google’s App Engine environment in a Django environment.
via swillison. Might solve one of the annoying lock-in problems that GAE suffers from - you can’t leave - and it’s a cleverer solution to my mind than trying to make the google object store look like a traditional database.