为Django提供通用模板标签
项目描述
安装
Common Tags可以从PyPI直接获取
安装该软件包。
$ pip install common-tags
不要忘记将'common'添加到您的'INSTALLED_APPS'设置中(无需迁移)。
# settings.py INSTALLED_APPS = [ .... 'common', ]
在模板中的使用
{% load common_tags %}
有关完整的使用方法,请参阅common/templatetags/common_tags.py