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