view gpp/potd/tasks.py @ 531:1f92a53db575

Adding a fabric file.
author Brian Neal <bgneal@gmail.com>
date Fri, 23 Dec 2011 23:11:45 +0000 (2011-12-23)
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()