Closed juanvmarquezl closed 7 years ago
Thanks for this. I also had to change line 158 to this in order to eliminate a warning about installed app order:
from collections import OrderedDict
INSTALLED_APPS = list(OrderedDict.fromkeys(SHARED_APPS + TENANT_APPS))
Please send a pull request instead. Thanks!
I'am doing some tests to use django-tenant-schemas and I found several errors on tenant_tutorial settings,py file.
I attach the updated setting.py file. settings.py.zip