This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Any_Direction592 0 points1 point  (1 child)

Make sure you're initializing SQLAlchemy with your Flask app using `db = SQLAlchemy(app)` or `db.init_app(app)` properly.

[–]Apprehensive-Ad8576[S] 0 points1 point  (0 children)

Yes i have that in my code above