Workaround to fix #378

See https://github.com/zyegfryed/django-statici18n/pull/29 for real fix
This commit is contained in:
Raphael Michel
2017-01-18 10:02:53 +01:00
parent f2260212ee
commit 9f90ac80a0
5 changed files with 6 additions and 5 deletions
+1
View File
@@ -30,6 +30,7 @@ class CustomBuild(build):
management.call_command('compilemessages', verbosity=1, interactive=False)
management.call_command('compilejsi18n', verbosity=1, interactive=False)
management.call_command('compilejsi18n', locale='de-informal', verbosity=1, interactive=False)
management.call_command('collectstatic', verbosity=1, interactive=False)
management.call_command('compress', verbosity=1, interactive=False)
build.run(self)