flask_template
flask_template copied to clipboard
A Flask website template for quickly making a website
Results
4
flask_template issues
Sort by
recently updated
recently updated
newest added
Change `Chile` to `Child` to fix typo. Fix Issue #1
`children = db.relationship("Chile", secondary=many_to_many_table, backref=db.backref("parents",lazy=True),lazy="subquery")` should be `children = db.relationship("Child", secondary=many_to_many_table, backref=db.backref("parents",lazy=True),lazy="subquery")`