I have a working installation of django-db-multitenant, its perfect for my use case thanks.
However, I cannot get the management commands to work, such as:
TENANT_DATABASE_NAME=example.com ./manage.py migrate
How do I call such a command from a venv in Windows 10 Python installation?
Also, do you have a solution for looping the migration commands over multiple databases in MySQL (like database names app_bqt, app_cre, app_trb etc) ?