Merge pull request #14377 from edx/clintonb/update-compile-sass
Disabled system checks for the compile_sass management command
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user