-
-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Description
I have this problem with "@app.route('/market')
def market_page():
items = Item.query.all() <-----------
return render_template('market.html', items=items)"
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: item
[SQL: SELECT item.id AS item_id, item.name AS item_name, item.price AS item_price, item.barcode AS item_barcode, item.description AS item_description
FROM item]
(Background on this error at: https://sqlalche.me/e/14/e3q8
Please help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels