更改项目结构

This commit is contained in:
virusdefender
2015-08-12 16:49:25 +08:00
parent 702d51f495
commit 92ab7e5fb2
15 changed files with 39 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
# coding=utf-8
from __future__ import absolute_import
from celery import Celery
app = Celery("judge", broker="redis://localhost:6379/0", include=["judger_controller.tasks"])