[Django]-Django multi-tenant

1👍

Shouldn’t be too difficult. You’ll have to write your own middleware and put it in your settings.py. Copy and paste this file and modify it to use a different part of your url than the subdomain here:

https://github.com/bcarneiro/django-tenant-schemas/blob/master/tenant_schemas/middleware.py

Leave a comment