Skip to content

Commit

Permalink
dummy tables created for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejaswini committed Jun 14, 2023
1 parent b2ff4d9 commit 72bf1ac
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
app.app_context().push()
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///nfc.sqlite3'
db = SQLAlchemy(app)

class User(db.Model):
id = db.Column(db.Integer, primary_key=True)
username = db.Column(db.String(50), nullable=False)
Expand Down
Loading

0 comments on commit 72bf1ac

Please sign in to comment.