Flask - Ecosystem and Patterns
You wrote this repository method:
What is the error here?
def add_user(self, user):
db.session.add(user)
db.session.commitWhat is the error here?
