flask multiple identical rows same forms in a template

前端 未结 0 1297
鱼传尺愫
鱼传尺愫 2021-02-14 03:27

I want to create an invoice template with this models:

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


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