之前有必要安装google-app-engine-django helper和distribute Django in zip。但是我应该如何使用它after that they updated Google App Engine with Django 1.0.2.
答案 0 :(得分:5)
在您的代码中需要添加
from google.appengine.dist import use_library
use_library('django', '1.0')
第3个链接中的文档很好地讲述了整个过程,但请记住它还没有在SDK中,因此您必须手动更新本地版本