Update to django-ae-utils

I've been hanging out at the NYC App Engine Hackathon today and I've had some time to work on django-ae-utils.  Accordingly I've just posted an update to django-ae-utils.  This update includes a User model which uses the App Engine datastore as a backend, as well as a few generic views for working with the model.

Check it out at Google Code!

Introducing django-ae-utils

Recently I've started to play around with using Django on Google's new App Engine.  As mentioned by many others at this point, Django technically runs on App Engine but there are significant parts which do not.  Accordingly I've started to write some code to replace or supplement the holes left in Django by App Engine.  Since I figure this code may be of use to others I've released it as an open-source project called django-ae-utils (github mirror coming soon).