def sample_template():
template_string = """
{% load djpt_limits %}
{% djptlimit 'TimeLimit' total=3 %}
{{ slow_rendering }}
{% enddjptlimit %}
"""
return Engine.get_default().from_string(template_string)
test_template_limit_blocks.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录