forked from CGM_Public/pretix_original
Fix order in setup.py
This commit is contained in:
+2
-1
@@ -23,9 +23,10 @@ class CustomBuild(build):
|
||||
settings.COMPRESS_ENABLED = True
|
||||
settings.COMPRESS_OFFLINE = True
|
||||
|
||||
management.call_command('compilemessages', verbosity=1, interactive=False)
|
||||
management.call_command('compilejsi18n', verbosity=1, interactive=False)
|
||||
management.call_command('collectstatic', verbosity=1, interactive=False)
|
||||
management.call_command('compress', verbosity=1, interactive=False)
|
||||
management.call_command('compilemessages', verbosity=1, interactive=False)
|
||||
build.run(self)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user