摘要: template_filter_demo 过滤器相关: 一、形式:小写{{ name | lower }} 二、串联:先转义文本到HTML,再转换每行到 <p> 标签{{ my_text|escape|linebreaks }} 三、过滤器的参数显示前30个字{{ bio | truncatewor 阅读全文
posted @ 2019-01-22 22:50 random_lee 阅读(512) 评论(0) 推荐(0)
摘要: 1 """template_url_demo URL Configuration 2 3 The `urlpatterns` list routes URLs to views. For more information please see: 4 https://docs.djangoprojec 阅读全文
posted @ 2019-01-22 15:55 random_lee 阅读(500) 评论(0) 推荐(0)