Django模板标签扩展
项目描述
django-templatetags-extensions
Django模板标签扩展
安装
pip install django-templatetags-ext
Settings.py
INSTALLED_APPS = (
...
'django_templatetags_ext',
...
)
用法
{% load templatehelper %}
{{ googol|googolformat }}
{{ googol|googolformat:ndigits }}
{{ googol|googolformat2 }}
{{ googol|googolformat2:ndigits }}
{{ price|fen2yuan }}
{{ price|fen2yuan:ndigits }}
{{ value|truncatechars2:length }}
{{ value|truncatechars2:'length,truncate' }}
{{ value|truncatewidth:length }}
{{ value|truncatewidth:'length,truncate' }}
{{ value|remove_line_break }}
{{ value|remove_line_break:repl }}
项目详情
下载文件
下载适用于您平台的应用程序。如果您不确定选择哪个,请了解有关 安装包 的更多信息。
源分布
django-templatetags-ext-1.0.3.tar.gz (2.7 kB 查看散列)
构建分布
关闭
哈希值 for django_templatetags_ext-1.0.3-py2.py3-none-any.whl
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 518d94fce2cd3987c8df03047a7b6c21ee6478843c3dbf64e6cbc0fe02e57c27 |
|
MD5 | 605e23a9a4adc87d2acbbf024910897b |
|
BLAKE2b-256 | 82e1a56b9a92feda834a6aab2889b83f375429db6887d1eed563b45f8e420365 |