I am using role-permissions on a multi tenant system. For the shared tenant I run sync_roles at the beginning of the migrations and for each tenant sync_roles is run programmatically to create different groups from the first ones.
At this time the app creates the same groups at the public and tenant levels.
How could I run to 2 different roles.py?
I am using role-permissions on a multi tenant system. For the shared tenant I run sync_roles at the beginning of the migrations and for each tenant sync_roles is run programmatically to create different groups from the first ones. At this time the app creates the same groups at the public and tenant levels. How could I run to 2 different roles.py?