PyCharm: HTML Syntax checking and highlighting in Python strings

前端 未结 0 577
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-31 13:35

Example:


@register.simple_tag
def last_orders(user):
    rows = []
    for order in Order.objects.filter(user=user).order_by(\'-offer__date\'):
        rows.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题