摘要: 文章详情和点赞点踩 左侧列表组使用inclusion_tag实现 # 自定义标签 1. 在应用下创建templatetags包,必须是templatetags 2. 在templatetags中新建一个new_tag.py文件,py文件名随意。 from django import template 阅读全文
posted @ 2023-01-04 15:17 吴仁耀 阅读(63) 评论(2) 推荐(0)