view gpp/potd/tasks.py @ 553:abc4be5a82e5

Prepare to use my forked version of elsewhere that has staticfiles support.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Jan 2012 20:24:15 -0600
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()