mik3y / django-db-multitenant

A simple multi-tenancy solution for Django apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error Tenant_name

DiogoSantosSilva opened this issue · comments

TENANT_NAME=company ./manage.py migrate Erro "Is not recognized as an internal or external command
and I am using windows 10

On Windows I believe you have to do

set TENANT_NAME=company
./manage.py migrate

Give it a try and let us know if it works or not.

I tried set TENANT_DATABASE_NAME=demo python manage.py inspectdb but it seems to have no effect on Windows 10.

Just not sure on the syntax here.