在gae上用django1.0 gae的使用就不多说了,它使用的是django0.96,想用1.0需要用到zip import

zip import http://code.google.com/intl/zh-CN/appengine/articles/django10_zipimport.html

gae helper for django http://code.google.com/intl/zh-CN/appengine/articles/appengine_helper_for_django.html

django on gae,已打包好 http://github.com/Surgo/django-on-gae/tree

照上面文章设置既可,最后可以使用django式的manger, url, shell等