summaryrefslogtreecommitdiff
path: root/app/app.py
diff options
context:
space:
mode:
authorstilbruch <stilbruch@protonail.com>2022-05-04 18:13:20 -0500
committerstilbruch <stilbruch@protonail.com>2022-05-04 18:13:20 -0500
commit6a92fe73a176164197706965c82ea98b08bbc2bd (patch)
treeb2ad6ba3ae765b35f8c50c491356ef4daadb4902 /app/app.py
parentcd14ca37470771042d05e2ece187acf568c41058 (diff)
downloadStrengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.tar.xz
Strengthy-6a92fe73a176164197706965c82ea98b08bbc2bd.zip
Fix tests
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()