修改判题的目录结构

This commit is contained in:
virusdefender
2015-08-15 14:50:22 +08:00
parent 025335b40a
commit cb7dd2f820
17 changed files with 66 additions and 39 deletions

View File

@@ -9,8 +9,8 @@ from rest_framework.views import APIView
from django.conf import settings
from judger.result import result
from judger_controller.tasks import judge
from judge.judger.result import result
from judge.judger_controller.tasks import judge
from account.decorators import login_required
from problem.models import Problem
from utils.shortcuts import serializer_invalid_response, error_response, success_response, error_page