Test Formatter 1st commit
This commit is contained in:
parent
0403c4be31
commit
3d59aa4809
13 changed files with 925 additions and 0 deletions
|
@ -59,6 +59,7 @@ from judge.models.pagevote import PageVote, PageVoteVoter
|
|||
from judge.models.bookmark import BookMark, MakeBookMark
|
||||
from judge.models.course import Course
|
||||
from judge.models.notification import Notification, NotificationProfile
|
||||
from judge.models.test_formatter import TestFormatterModel
|
||||
|
||||
revisions.register(Profile, exclude=["points", "last_access", "ip", "rating"])
|
||||
revisions.register(Problem, follow=["language_limits"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue