【发布时间】:2014-03-05 17:24:05
【问题描述】:
在我的 app.yaml 文件中,我有:
- name: django
version: "1.5"
我认为这意味着,使用 Django 1.5。 1.5 包含verbatim 标签,但是当我尝试使用它时,我得到:
TemplateSyntaxError: 'verbatim' is not a valid tag library: Template library verbatim not found, tried google.appengine._internal.django.templatetags.verbatim
知道如何启用此功能,或者它只是不包含在应用引擎中,我使用的是 1.8.9。谢谢!
【问题讨论】:
标签: google-app-engine python-2.7 django-templates