Mercurial > public > sg101
view gpp/potd/tasks.py @ 536:763eae227302
Update the list of name changes.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 31 Dec 2011 22:13:30 +0000 |
parents | ae89ba801e8b |
children |
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()