summaryrefslogtreecommitdiff
path: root/app.py
diff options
context:
space:
mode:
authorOlli Vilén <oviln@local>2023-11-16 22:11:46 +0200
committerOlli Vilén <oviln@local>2023-11-16 22:11:46 +0200
commit0ed244ef2dd27a835ec12fdbc93a1f20bbcd89eb (patch)
treeba673352e44f2e1e55b8dc762b45a9cd769376e3 /app.py
parent93a927b130ba09cea29aba2077848f785ac48844 (diff)
More db actions and forms.
Diffstat (limited to 'app.py')
-rw-r--r--app.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/app.py b/app.py
index 3e99f07..b5f381c 100644
--- a/app.py
+++ b/app.py
@@ -8,4 +8,6 @@ app.config["SQLALCHEMY_DATABASE_URI"] = "postgresql://postgres@localhost/postgre
db.init_app(app)
import routes
-import nick \ No newline at end of file
+import nick
+import quiz
+import question