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
I have a multi tenant app with each tenant having same db and different schema. i want to use sync_roles management command across all the tenant. I am using django-tenant package. After using sync_roles, roles are synced across public schema only
The text was updated successfully, but these errors were encountered:
Hi @raghunandan13, I think you will have to re-implement sync_roles.py to work with multiple schemas. Check how to change schemas manually with django-tenant and adapt the sync_roles code to do that.
I have a multi tenant app with each tenant having same db and different schema. i want to use sync_roles management command across all the tenant. I am using django-tenant package. After using sync_roles, roles are synced across public schema only
The text was updated successfully, but these errors were encountered: