You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm trying to setup django-treemenus with multiple databases. Users choose database to connect when they log in. I modified tree_menu_tags.py and put using('db') in show_menu
menu = Menu.objects.using('db').get(name=menu_name) but it doesn't return menu_item
The text was updated successfully, but these errors were encountered:
Hi,
i'm trying to setup django-treemenus with multiple databases. Users choose database to connect when they log in. I modified tree_menu_tags.py and put using('db') in show_menu
menu = Menu.objects.using('db').get(name=menu_name) but it doesn't return menu_item
The text was updated successfully, but these errors were encountered: