Merge pull request #14377 from edx/clintonb/update-compile-sass

Disabled system checks for the compile_sass management command
This commit is contained in:
Clinton Blackburn
2017-01-24 00:35:50 -05:00
committed by GitHub

View File

@@ -19,6 +19,9 @@ 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
def add_arguments(self, parser):
"""
Add arguments for compile_sass command.