bernardopires / django-tenant-schemas

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

#430 - Check wether tenant_schemas comes before any django apps instead of before all apps. #433

Closed alexandervaneck closed 7 years ago

alexandervaneck commented 7 years ago

This fixes issue #430, where if people would like to override tenant_schemas commands then can do so with their own apps. Right now tenant_schemas won't work if any other app is placed before it. This change takes care of that.