Add cache wrapper
This commit is contained in:
parent
9d645841ae
commit
57a6233779
5 changed files with 145 additions and 119 deletions
|
@ -15,7 +15,7 @@ from django.core.cache import cache
|
|||
|
||||
from judge import event_poster as event
|
||||
from judge.bridge.base_handler import ZlibPacketHandler, proxy_list
|
||||
from judge.caching import finished_submission
|
||||
from judge.utils.problems import finished_submission
|
||||
from judge.models import (
|
||||
Judge,
|
||||
Language,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue