inclusion_tag模块
1.一定要在app内templatetags包中的py文件
2.使用时要引入django.template中的Library
from django.template import Library register = Library()
1.一定要在app内templatetags包中的py文件
2.使用时要引入django.template中的Library
from django.template import Library register = Library()