BrokkrDwarf
Results
1
comments of
BrokkrDwarf
> This is because flask-sqlalchemy update in 3.0 look up here https://flask-sqlalchemy.palletsprojects.com/en/3.0.x/quickstart/#create-the-tables > > update your code to this > > ``` > def create_database(app): > if not path.exists('website/' +...