Closed mav-erick closed 6 years ago
I am adding the post_schema_sync signal documentation which was missing. Right now the sender is TenantMixin. Although I believe it's better to make the Tenant Model itself as the sender, if that is possible. Your thoughts?
post_schema_sync
TenantMixin
@stephane Do you think this merge has any issues?
I don't know. I use https://github.com/mik3y/django-db-multitenant
Thanks for the patch!
I am adding the
post_schema_sync
signal documentation which was missing. Right now the sender isTenantMixin
. Although I believe it's better to make the Tenant Model itself as the sender, if that is possible. Your thoughts?