今天在创建自定义过滤器的时候,设置已正常.但是在运行后报:
'filter' is not a valid tag library: Template library filter not found, tried django.templatetags.filter,django.contrib.admin.templatetags.filter,django.contrib.staticfiles.templatetags.filter
之前自定义的 templatetags 名称是 filter.py 和 filters.py 在html中 load在可以导入的 但是运行后 找不到目标过滤器:
应该都是和django内置的名字有冲突 更改名字后运行正常: