webapp1 から webapp2 に、python 2.5 から python2.7 に移行しています。使用したカスタム タグがいくつかありました。
webapp.template.register_template_library('common.templatetags')
および登録済み:
from google.appengine.ext.webapp import template
register = template.create_template_register()
対応するデコレータと他のすべてが正常に機能しました
今、template.register..... を持たない webapp2 を使用する必要があります。
私はこのようにしてみました:http://www.john-smith.me/Tag/webapp2 しかし、うまくいきませんでした
ありがとう