Commit ae957709 by Clinton Blackburn Committed by GitHub

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

Disabled system checks for the compile_sass management command
parents 59532fb9 9ab93d1f
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment