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

Support for django2+ on templates #608

Open pmourelle opened 4 years ago

pmourelle commented 4 years ago

This PR adds support for multi-tenant templates for django2.2. It may also work for some previous versions, dj2.2 is the one I'm currently using and been able to make it work with. Changes in here are based on work done for django-tenants.

goodtune commented 4 years ago

Some tests would be helpful.