Skip to content

Commit

Permalink
Reduce drift between setup_db and load_package -db re #11613
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Nov 11, 2024
1 parent cf68f62 commit b05f1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arches/management/commands/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ class Command(BaseCommand):
"""

# Silence system checks: if run with -db, should always succeed.
requires_system_checks = []

def add_arguments(self, parser):
parser.add_argument(
"-o",
Expand Down

0 comments on commit b05f1a3

Please sign in to comment.