気になるDjangoが元のGAEのツール

特にセッションと、ユーザー認証は気になりますね。
djangoのバージョン表記方式は、よくわかりませんが
django 0.97はいつ出るのだろう。。

[Django App Engine Utilities]
http://code.google.com/p/django-ae-utils/
Django 0.96では動かない

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 to ease the use of Django on App Engine.


[DJango-GAE-helpers]
http://code.google.com/p/django-gae-helpers/

Google App Engine supports Django out of the box. However, it doesn't support Django's ORM. Also, their datastore API is similar, but not the same as Django's API. And it doesn't support ManyToMany relations. This project tries to fix the API issues by providing an adapter that can work with Google's data models.


[app-engine-patch]
http://code.google.com/p/app-engine-patch/

This project consists of two packages which make it easier to develop Django projects for Google App Engine. The minimum supported Django version is 0.97.