mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
Merge branch 'for-contest' of git.coding.net:virusdefender/qduoj into for-contest
update form remote
This commit is contained in:
commit
668f0d53c2
@ -4,4 +4,6 @@ from celery import Celery
|
|||||||
from .settings import redis_config
|
from .settings import redis_config
|
||||||
|
|
||||||
app = Celery("judge", broker='redis://%s:%s/%s' % (redis_config["host"], redis_config["port"], redis_config["db"]),
|
app = Celery("judge", broker='redis://%s:%s/%s' % (redis_config["host"], redis_config["port"], redis_config["db"]),
|
||||||
include=["judge.judger_controller.tasks"])
|
include=["judge.judger_controller.tasks"])
|
||||||
|
|
||||||
|
platforms.C_FORCE_ROOT =True
|
||||||
Loading…
Reference in New Issue
Block a user