From e6af2734adfd387f5ef6c5eacc0c7c2e600b0edc Mon Sep 17 00:00:00 2001 From: sxw Date: Sat, 5 Dec 2015 15:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E6=AF=94?= =?UTF-8?q?=E8=B5=9B=E7=B1=BB=E5=9E=8B=E2=80=94=E2=80=94=E2=80=94=E2=80=94?= =?UTF-8?q?=E6=9C=89=E5=AF=86=E7=A0=81=E7=9A=84=E5=B0=8F=E7=BB=84=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contest/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contest/models.py b/contest/models.py index 2213f43e..51f5ea50 100644 --- a/contest/models.py +++ b/contest/models.py @@ -13,6 +13,7 @@ from judge.judger.result import result GROUP_CONTEST = 0 PUBLIC_CONTEST = 1 PASSWORD_PROTECTED_CONTEST = 2 +PASSWORD_PROTECTED_GROUP_CONTEST = 3 CONTEST_NOT_START = 1 CONTEST_ENDED = -1