Skip to content

Commit

Permalink
Fix SQLAlchemy initialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MX0100 committed Jun 27, 2024
1 parent 1a75652 commit 8b6321d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file added Safezone-main/src/__pycache__/app.cpython-36.pyc
Binary file not shown.
Binary file modified Safezone-main/src/__pycache__/forms.cpython-36.pyc
Binary file not shown.
Binary file modified Safezone-main/src/__pycache__/models.cpython-36.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions Safezone-main/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
app.config.from_object('config.Config')

db = SQLAlchemy(app)
db.init_app(app)
Session(app)
socketio = SocketIO(app)

Expand Down
Binary file not shown.
Binary file modified Safezone-main/src/site.db
Binary file not shown.

0 comments on commit 8b6321d

Please sign in to comment.