mirror of
https://github.com/pretix/pretix.git
synced 2026-08-20 12:26:27 +00:00
Workaround to fix #378
See https://github.com/zyegfryed/django-statici18n/pull/29 for real fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user