Skip to content

Commit

Permalink
Compile messages at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Feb 16, 2016
1 parent ffba6f9 commit 3db4d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def run(self):

management.call_command('collectstatic', verbosity=1, interactive=False)
management.call_command('compress', verbosity=1, interactive=False)
management.call_command('compilemessages', verbosity=1, interactive=False)
build.run(self)


Expand Down

0 comments on commit 3db4d32

Please sign in to comment.