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 am creating a django webapp which will be used by multiple organizations.
I am using https://github.com/citusdata/django-multitenant library which helps in isolation of the tenant's data. Is there a way to change the existing workflow model so that I can have a foreign key related to a tenant model?
so that the tenant foreign key and state can be unique (combined)
The text was updated successfully, but these errors were encountered:
shubham-pyc
changed the title
How to incorporate multitenancy with django river?
[Question] How to incorporate multi-tenancy with django river?
Jan 12, 2021
I am creating a django webapp which will be used by multiple organizations.
I am using https://github.com/citusdata/django-multitenant library which helps in isolation of the tenant's data. Is there a way to change the existing workflow model so that I can have a foreign key related to a tenant model?
for example:
so that the tenant foreign key and state can be unique (combined)
The text was updated successfully, but these errors were encountered: