Mercurial > public > sg101
view potd/tasks.py @ 739:fb2877dd6182
Update mp3 compilation side block for 2013 collection.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Dec 2013 13:32:23 -0600 |
parents | ee87ea74d46b |
children | aeafbf3ecebf |
line wrap: on
line source
""" Celery tasks for the POTD app. """ from celery.task import task import potd.tools @task def pick_potd(): potd.tools.pick_potd()