less verbose localepack
authorJan Szejko <jan.szejko@gmail.com>
Wed, 13 Apr 2016 11:37:01 +0000 (13:37 +0200)
committerJan Szejko <jan.szejko@gmail.com>
Wed, 13 Apr 2016 11:37:01 +0000 (13:37 +0200)
src/wolnelektury/management/commands/localepack.py

index 836583c..76ea473 100644 (file)
@@ -72,7 +72,7 @@ class AppLocale(Locale):
         wd = os.getcwd()
         os.chdir(self.path)
         try:
-            call_command('compilemessages', settings='wolnelektury.settings')
+            call_command('compilemessages', verbosity=0, settings='wolnelektury.settings')
         except:
             pass
         finally: