Add submission module

This commit is contained in:
Chiaki
2017-05-08 17:29:01 +08:00
parent 25dd57bb49
commit 65f9c7f52b
20 changed files with 410 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ INSTALLED_APPS = (
'problem',
'contest',
'utils',
'submission',
'rest_framework',
)