fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
d902ba6
)
print level names in republish
author
Jan Szejko
<janek37@gmail.com>
Wed, 15 Feb 2017 14:20:08 +0000
(15:20 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Wed, 15 Feb 2017 14:20:08 +0000
(15:20 +0100)
catalogue/management/commands/republish.py
patch
|
blob
|
history
diff --git
a/catalogue/management/commands/republish.py
b/catalogue/management/commands/republish.py
index
941458f
..
12ee480
100644
(file)
--- 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 'Rebuilding levels...'
for level in Level.objects.all():
+ print level.name
level.build_packages()
level.build_packages()