change contest testcases visibility

This commit is contained in:
cuom1999 2020-04-10 01:30:19 -05:00
parent 5aa9af5013
commit b73bc7ad4d
30 changed files with 21449 additions and 23000 deletions

View file

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.

View file

@ -1,9 +1,7 @@
from django.utils.translation import gettext as _
from django.views.generic import ListView
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import render
from django.http import HttpResponse
from django.core.paginator import Paginator
from django.urls import reverse
from judge.jinja2.gravatar import gravatar
from .models import Message