django-tenant-schemas
django-tenant-schemas copied to clipboard
After upgrading django 2.0 to 3.0, shell tenant command stop working
I moved from django 2.0 to 3.0 and shell tenant command stop working.
I'm doing something like this
./manage.py tenant_command shell --schema=customer1,
I'm getting this error
Traceback (most recent call last):
File "manage.py", line 15, in
Do you have any suggestion about how to fix it?
I have this exact same issue. It was a very cool feature to start the django console with the single line command. Hope you can fix it!
Check issue #634