diff --git a/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py b/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py index 9f9183dbf198bac951002aca4306ffa6f31476bb..4fd16add500a9f4970c970d3b430eeaa38ffb066 100644 --- a/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py +++ b/ssoauth/management/commands/ssoauth_setup_groups_and_perms.py @@ -59,7 +59,6 @@ class Command(BaseCommand): If running it manually (better don't), ensure that all referenced permissions are created in prior. """ requires_migrations_checks = True - requires_system_checks = True def handle(self, *args, **options): try: