Skip to content
Snippets Groups Projects
Commit 2cab767d authored by Art's avatar Art :lizard:
Browse files

Remove the redundant line that breaks post-migration in newer django versions

parent b2b3db51
Branches
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment