X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e34d67aa6d16443c41215f6ad3aa7737dd14559f..045df7c750b525bc5efab353bee21bbe9eac9b4e:/catalogue/management/commands/republish.py diff --git a/catalogue/management/commands/republish.py b/catalogue/management/commands/republish.py index 7ead31b..5c3b429 100644 --- a/catalogue/management/commands/republish.py +++ b/catalogue/management/commands/republish.py @@ -13,8 +13,13 @@ class Command(BaseCommand): from curriculum.models import Level for lesson in Lesson.objects.all(): - print 'Republishing: %s' % lesson.title + print + print 'Republishing: %s' % lesson.slug + # try: lesson.republish(repackage_level=False) + # except BaseException as e: + # print '!!!!!! EXCEPTION !!!!!!' + # print e print 'Rebuilding levels...' for level in Level.objects.all():