google app engineで以下のようなエラーが出た。 Environment variable DJANGO_SETTINGS_MODULE is undefined. google.appengine.ext.db.djangoformsモジュールをimportする前には、google.appengine.ext.webapp.templateをimportしなきゃならないんだとか。 参考:http://code.google.com/intl/ja/appengine/articles/djangoforms.html 何かショボいな…。