view potd/tasks.py @ 606:c8b4dfb2d1e5

When deactivating spammers, delete their avatar. BB issue #13.
author Brian Neal <bgneal@gmail.com>
date Tue, 24 Jul 2012 18:48:35 -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()