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
We have a requirement to store different user information in different databases according to the domain name, and get data from the specified database when calling get_social_auth_for_user .
Although Django supports router to switch databases, it cannot satisfy us to switch databases based on current environment variables .
Is it possible for social_django to switch databases not through the router but by specifying a parameter?
Thanks You!
The text was updated successfully, but these errors were encountered:
We have a requirement to store different user information in different databases according to the domain name, and get data from the specified database when calling
get_social_auth_for_user
.Although Django supports router to switch databases, it cannot satisfy us to switch databases based on current environment variables .
Is it possible for social_django to switch databases not through the router but by specifying a parameter?
Thanks You!
The text was updated successfully, but these errors were encountered: