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:00:42 +01:00
parent f2260212ee
commit 9f90ac80a0
5 changed files with 6 additions and 5 deletions

View File

@@ -11,5 +11,6 @@ class Command(BaseCommand):
periodic_task.send(self)
call_command('compilemessages', verbosity=1, interactive=False)
call_command('compilejsi18n', verbosity=1, interactive=False)
call_command('compilejsi18n', locale='de-informal', verbosity=1, interactive=False)
call_command('collectstatic', verbosity=1, interactive=False)
call_command('compress', verbosity=1, interactive=False)