fix: requires_system_checks deprecation warning

This commit is contained in:
irtazaakram
2023-08-24 10:29:35 +05:00
parent 4c439041ef
commit 9562bdf5eb

View File

@@ -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):
"""