From 5689ba4db4e99b8361e403b797028d978ace064f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 26 Mar 2024 20:13:12 +0100 Subject: [PATCH] fix: demo app backend installation --- demo/demoapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/demoapp.py b/demo/demoapp.py index d5d95efa..17c78ad6 100644 --- a/demo/demoapp.py +++ b/demo/demoapp.py @@ -15,6 +15,7 @@ def populate(app): from canaille.core.populate import fake_users with app.app_context(): + app.backend.install(app.config) with app.backend.session(): if models.User.query(): return