From: Jan Szejko Date: Wed, 15 Feb 2017 14:20:08 +0000 (+0100) Subject: print level names in republish X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/482c839ccfd3766b20813dbf40362d48a6aa4d28 print level names in republish --- diff --git a/catalogue/management/commands/republish.py b/catalogue/management/commands/republish.py index 941458f..12ee480 100644 --- a/catalogue/management/commands/republish.py +++ b/catalogue/management/commands/republish.py @@ -41,4 +41,5 @@ class Command(BaseCommand): print 'Rebuilding levels...' for level in Level.objects.all(): + print level.name level.build_packages()