use imdb/icon/expose timeline

This commit is contained in:
j 2011-01-16 18:58:57 +05:30
commit 524b134551
7 changed files with 63 additions and 43 deletions

View file

@ -19,9 +19,9 @@ def update_poster(itemId):
@task(ignore_resulsts=True, queue='default')
def update_imdb(itemId):
def update_external(itemId):
item = models.Item.objects.get(itemId=itemId)
item.update_imdb()
item.update_external()
@task(queue="encoding")