Arnob Mahmud

Results 2 comments of Arnob Mahmud

Hi, I am having an error while running your final tutorial 5 while signing or login in, it looks like it can't create or identify any database! Can you please...

Solved my problem! This is because flask-sqlalchemy update in 3.0, it doesn't support the previous version and the coding syntax! lookup here https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/quickstart/#create-the-tables update your code to this def create_database(app):...