print level names in republish
authorJan Szejko <janek37@gmail.com>
Wed, 15 Feb 2017 14:20:08 +0000 (15:20 +0100)
committerJan Szejko <janek37@gmail.com>
Wed, 15 Feb 2017 14:20:08 +0000 (15:20 +0100)
catalogue/management/commands/republish.py

index 941458f..12ee480 100644 (file)
@@ -41,4 +41,5 @@ class Command(BaseCommand):
 
         print 'Rebuilding levels...'
         for level in Level.objects.all():
+            print level.name
             level.build_packages()