Add submission module

This commit is contained in:
Chiaki
2017-05-08 17:29:01 +08:00
parent 25dd57bb49
commit 65f9c7f52b
20 changed files with 410 additions and 3 deletions

6
submission/tasks.py Normal file
View File

@@ -0,0 +1,6 @@
from celery import shared_task
@shared_task
def _judge(submission_obj, problem_obj):
pass