整理模块,部分功能只有 api

This commit is contained in:
virusdefender
2015-10-18 11:45:06 +08:00
parent ad73a36944
commit 9089ad15dd
10 changed files with 382 additions and 52 deletions

View File

@@ -50,7 +50,6 @@ INSTALLED_APPS = (
'submission',
'mq',
'contest',
'contest_submission',
'mail',
'django_extensions',
@@ -59,7 +58,7 @@ INSTALLED_APPS = (
if DEBUG:
INSTALLED_APPS += (
'debug_toolbar',
# 'debug_toolbar',
'rest_framework_swagger',
)