forked from CGM_Public/pretix_original
Workaround to fix #378
See https://github.com/zyegfryed/django-statici18n/pull/29 for real fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user