summaryrefslogtreecommitdiff
path: root/app/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.py')
-rw-r--r--app/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.py b/app/app.py
index 694437e..7176a17 100644
--- a/app/app.py
+++ b/app/app.py
@@ -17,7 +17,6 @@ login_manager.login_view = "/login"
# Setup SQLAlchemy
# https://flask-sqlalchemy.palletsprojects.com/en/2.x/quickstart/#a-minimal-application
db = SQLAlchemy(app)
-# TODO: do in script
import tables.user
db.create_all()