Skip to content

Commit

Permalink
fix: requires_system_checks deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Aug 24, 2023
1 parent 4c43904 commit 9562bdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Command(BaseCommand):
help = 'Compile and collect themed assets...'

# NOTE (CCB): This allows us to compile static assets in Docker containers without database access.
requires_system_checks = False
requires_system_checks = []

def add_arguments(self, parser):
"""
Expand Down

0 comments on commit 9562bdf

Please sign in to comment.