view potd/tasks.py @ 618:8c901a03b2e3

Reformat the member map index. Long names were breaking the formatting.
author Brian Neal <bgneal@gmail.com>
date Sat, 22 Sep 2012 11:27:16 -0500
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()