fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
attachments by slugs with extensions
[edumed.git]
/
catalogue
/
management
/
commands
/
republish.py
diff --git
a/catalogue/management/commands/republish.py
b/catalogue/management/commands/republish.py
index
7ead31b
..
5c3b429
100644
(file)
--- 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():
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)
lesson.republish(repackage_level=False)
+ # except BaseException as e:
+ # print '!!!!!! EXCEPTION !!!!!!'
+ # print e
print 'Rebuilding levels...'
for level in Level.objects.all():
print 'Rebuilding levels...'
for level in Level.objects.all():