Compile messages at build time

This commit is contained in:
Raphael Michel
2016-02-16 16:48:42 +01:00
parent ffba6f93de
commit 3db4d32940

View File

@@ -25,6 +25,7 @@ class CustomBuild(build):
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)