bernardopires / django-tenant-schemas

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

Fixtures not loading on public schemas when running tests #619

Open alexandrebarbaruiva opened 4 years ago

alexandrebarbaruiva commented 4 years ago

When using the snippets provided on #506, only fixtures from test schema are loaded, fixtures from public aren't. Is there a proper way to load tenant fixtures and public fixtures together?