From eac5bb765c8d609d3b7eb31316228f8058581796 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 16 May 2022 21:11:52 +0200 Subject: Lil fixes. --- app/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/__init__.py') diff --git a/app/__init__.py b/app/__init__.py index 0e553b3..04c4c99 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -38,5 +38,7 @@ def create_app(): app.register_blueprint(invoices) app.register_blueprint(orders) + # with app.app_context(): + # db.create_all() return app -- cgit v1.2.3