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

requirements.txt for tenant_tutorial #587

Open binbrayer opened 5 years ago

binbrayer commented 5 years ago

Current tutorial app works with Django 1.9 but doesn't works with 2.0.3+ Because MIDDLEWARE_CLASSES Deprecated since version 1.10. So requirements.txt with packages version is required until middleware will be upgrade.