view sg101/__init__.py @ 867:21946dc3662d

Add can_comment_on() check for contests.
author Brian Neal <bgneal@gmail.com>
date Mon, 15 Dec 2014 18:48:45 -0600
parents aeafbf3ecebf
children
line wrap: on
line source
# Celery integration: these lines ensures the celery app is always imported when
# Django starts so that shared_task can find the app.
from __future__ import absolute_import
from .celery import app as celery_app