Mercurial > public > sg101
view potd/tasks.py @ 914:b8182ddb7847
Add Tsar Wars at 15 years banner and link.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 25 Mar 2015 20:31:09 -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()