Skip to content

Commit

Permalink
Make pootle webpack not require system checks
Browse files Browse the repository at this point in the history
fixes #4881
  • Loading branch information
phlax committed Jul 13, 2016
1 parent fe17086 commit e3f2a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pootle/apps/pootle_app/management/commands/webpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

class Command(BaseCommand):
help = 'Builds and bundles static assets using webpack'
requires_system_checks = False

def add_arguments(self, parser):
parser.add_argument(
Expand Down

0 comments on commit e3f2a38

Please sign in to comment.