Template multiple rows Flask wt forms

前端 未结 0 1774
执念已碎
执念已碎 2021-02-14 13:49

I would like to create an invoice template with wtforms

that is my model:

class Invoice(db.Model):
  id = db.Column(db.Integer, primary_key=True)
  ref_num         


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