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 guys, really love the project. Are there any plans of adding support for multiple db connections?
For django admin I've found this:
Django’s admin doesn’t have any explicit support for multiple databases. If you want to provide an admin interface for a model on a database other than that specified by your router chain, you’ll need to write custom ModelAdmin classes that will direct the admin to use a specific database for content.
So are you working on this topic or would you at least be willing to accept PRs for this?
The text was updated successfully, but these errors were encountered:
Hi guys, really love the project. Are there any plans of adding support for multiple db connections?
For django admin I've found this:
So are you working on this topic or would you at least be willing to accept PRs for this?
The text was updated successfully, but these errors were encountered: