inclusion_tag模块

1.一定要在app内templatetags包中的py文件

 

2.使用时要引入django.template中的Library

from django.template import Library
register = Library()

 

posted @ 2022-02-26 22:04  JiaMii  阅读(27)  评论(0)    收藏  举报