bernardopires / django-tenant-schemas

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

TenantStorageMixin: override location instead of path #684

Closed thomasnoel closed 1 year ago

thomasnoel commented 2 years ago

In tenant_schemas/storage.py TenantStorageMixin override path() method, but Django > 2 provides a location property, the override of which is certainly preferable... and simpler.