Mercurial > public > sg101
view potd/tasks.py @ 818:cf486a8e8b43
Added the ability to export private messages to email.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 13 Sep 2014 16:19:46 -0500 |
parents | aeafbf3ecebf |
children |
line wrap: on
line source
""" Celery tasks for the POTD app. """ from __future__ import absolute_import from celery import shared_task import potd.tools @shared_task def pick_potd(): potd.tools.pick_potd()