Update django-statici18n to 1.3

This commit is contained in:
Raphael Michel
2017-01-23 00:09:57 +01:00
parent 78fc58cc93
commit aba7652aee
4 changed files with 2 additions and 5 deletions

View File

@@ -8,6 +8,5 @@ class Command(BaseCommand):
def handle(self, *args, **options):
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)