【问题标题】:Custom Tags in Django 1.2 with Google App Engine Python 2.7带有 Google App Engine Python 2.7 的 Django 1.2 中的自定义标签
【发布时间】:2023-04-05 12:11:02
【问题描述】:

使用 Webapp 在 Google App Engine Python2.5 中创建自定义标签曾经是一种愉快的体验。这里:Django templates and variable attributes

但是现在,在带有 Webapp2 和 Django 1.2 的 Python 2.7 中,这简直是一件令人头疼的事情。我只能在这里和那里找到一些信息,并且有些方法相互矛盾。

http://www.john-smith.me/Tag/webapp2 中描述的方法在 Google 中排名很高,但有人声称这是“浪费时间”Webapp2 custom tags

这一种方法似乎有效

from django.template.loader import add_to_builtins
add_to_builtins('xxxxx')

但我不知道细节。谁能提供一步一步的例子?

我不知道为什么没有关于这些东西的官方文件。我的意思是,这不是我们探索未知的科学实验。应该有一些文档,以便开发人员可以节省时间。

【问题讨论】:

  • 我无法用标签转换我的旧应用程序,肯定会喜欢一步一步的例子!

标签:
python
django
google-app-engine
filter
tags