Skip to content

Commit

Permalink
fix tenant_command --skip-checks conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 authored and goodtune committed Nov 10, 2021
1 parent dfbdbd3 commit 711dda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tenant_schemas/management/commands/tenant_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


class Command(InteractiveTenantOption, BaseCommand):
requires_system_checks = []
help = "Wrapper around django commands for use with an individual tenant"

def handle(self, command, schema_name, *args, **options):
Expand Down

0 comments on commit 711dda0

Please sign in to comment.