Merge pull request #33087 from openedx/fix-requires-system-checks-deprecation-warning

[django4.2]: fix: requires_system_checks deprecation warning
This commit is contained in:
Irtaza Akram
2023-08-24 12:28:09 +05:00
committed by GitHub

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