Shahbaj Sayyad

Results 7 comments of Shahbaj Sayyad

Are all these issues related? #641 #634 #613

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...

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)