The Basics
Django technically runs on Google App Engine but there are significant parts which do not work too well. Django App Engine Utilities is a collection of tools to replace or supplement these parts creates in Django.
Project Home – http://code.google.com/p/django-ae-utils/Grab the Repository – svn checkout http://django-ae-utils.googlecode.com/svn/trunk/
Recent Commits
-
18 was committed 1 month, 3 weeks ago.
Fixed a bug which prevented the datastore session engine from passing all of Django’s tests.
-
15 was committed 2 months, 4 weeks ago.
Minor bug fixes and cleanup.
-
14 was committed 3 months ago.
Forgot to update the CHANGELOG file.
-
13 was committed 3 months ago.
More fixes and tweaks to the datastore session backend.
-
12 was committed 3 months ago.
Fixed the datastore session backend’s delete() and exists() functions to better match the behavior expected by Django.
-
11 was committed 3 months, 2 weeks ago.
Fixed a typo in the README file
-
9 was committed 3 months, 2 weeks ago.
Fixed a minor bug in the login view
-
8 was committed 3 months, 2 weeks ago.
Added a datastore based user model and generic views for working with models.
-
5 was committed 4 months ago.
Fixed a typo in the COPYING file.
-
4 was committed 4 months ago.
Real initial commit for the project