view gpp/potd/tasks.py @ 577:4fb264b671d5

Fix bug in donations test.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 May 2012 14:18:56 -0500
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()