Merge branch 'master' of https://github.com/BaoLe106/online-judge
This commit is contained in:
commit
79d3431906
8 changed files with 663 additions and 0 deletions
|
@ -61,6 +61,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