Setup Django with django-tenancy (semi-isolated)
This story will show how to install setup Django to work with multiple clients, like a real SAAS.
Prerequisites
I'm working on an Ubuntu 20.04, Django 3.1.1 and django-tenants 3.2.1. Also, I'm assuming you have a running postgres server running …