Shahbaj Sayyad
Shahbaj Sayyad
Are all these issues related? #641 #634 #613
@goodtune
Check issue #634
Looks like adding the `requires_system_checks` flag and setting it to `False` in `tenant_command.py` fixes the problem. ``` class Command(InteractiveTenantOption, BaseCommand): help = "Wrapper around django commands for use with an...
Is this issue caused due to #613 ?
Ok, I downgraded to Django v2.2.12 and django-tenant-schemas to 1.9.0 and it also works.
@asrocha [Here](https://github.com/bernardopires/django-tenant-schemas/blob/master/tenant_schemas/management/commands/tenant_command.py)