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

Improved documentation on working with and creating tenants #514

Closed MichaelAnckaert closed 7 years ago

MichaelAnckaert commented 7 years ago

I made some improvements to the documentation that should make it a bit more clear on how to work with tenants and create them.

Source of inspiration was issue #343

MichaelAnckaert commented 7 years ago

Thank you for the feedback @goodtune, I made the requested changes to the documentation.