Skip to content

Commit

Permalink
Corrected SQLAlchemy Instance Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaafarooq authored May 19, 2024
1 parent 68d4b8c commit 8c070f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from flask_login import UserMixin
from starter import db
from flask_sqlalchemy import SQLAlchemy

db = SQLAlchemy()


class User(UserMixin, db.Model):
Expand Down

0 comments on commit 8c070f3

Please sign in to comment.