删除 celery 依赖

This commit is contained in:
virusdefender
2015-12-07 19:15:28 +08:00
parent f1449962e4
commit 43e8ec2d90
7 changed files with 15 additions and 38 deletions

View File

@@ -7,8 +7,3 @@
|___/ |___/ |_|
https://github.com/QingdaoU/OnlineJudge
"""
from __future__ import absolute_import
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app