Mercurial > public > sg101
view potd/tasks.py @ 792:7429c98c8ece
Issue #71: use relative URLs for smileys on the web and absolute for RSS.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 26 May 2014 14:59:55 -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()