bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 424 forks source link

Add missing `post_schema_sync` signal documentation #513

Closed mav-erick closed 6 years ago

mav-erick commented 7 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?

mav-erick commented 6 years ago

@stephane Do you think this merge has any issues?

stephane commented 6 years ago

I don't know. I use https://github.com/mik3y/django-db-multitenant

bernardopires commented 6 years ago

Thanks for the patch!