annotations/icons/list description

This commit is contained in:
j 2011-01-18 15:24:14 +05:30
commit b1924e3c47
4 changed files with 24 additions and 13 deletions

View file

@ -652,6 +652,7 @@ class Item(models.Model):
stream.extract_derivatives()
self.make_local_posters()
self.make_poster()
self.make_icon()
self.available = True
self.save()