Skip to content

Commit

Permalink
Skip app/vendors from compilemessages #763
Browse files Browse the repository at this point in the history
  • Loading branch information
ryosuketc committed Nov 13, 2020
1 parent 3d8f63a commit 0af534c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/update_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,5 @@ def django_admin(*args):

# Run compilemessages to generate all the .mo files.
sys.stderr = open('/dev/null', 'w') # suppress the listing of all files
django_admin('compilemessages')
django_admin('compilemessages',
'--ignore=vendors')

0 comments on commit 0af534c

Please sign in to comment.