Skip to content

Commit

Permalink
Expose example's db to the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nicozanf committed May 17, 2024
1 parent 7b57cd7 commit cf116fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/showcase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
from .vue_components_examples.vue_edit_form import vue_edit_form
from .vue_components_examples.vue_grid_and_forms import vue_grid_and_forms
from .examples.ws import index as ws
# by importing db you expose it to the _dashboard/dbadmin
from .examples.models import db


@action("index")
Expand Down

0 comments on commit cf116fa

Please sign in to comment.