修正代码格式;删除不用的依赖

This commit is contained in:
virusdefender
2015-12-08 19:04:56 +08:00
parent cb64ece6ee
commit bd5caa8f28
2 changed files with 1 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ INSTALLED_APPS = (
'judge',
'judge_dispatcher',
'django_extensions',
'rest_framework',
'huey.djhuey',
)
@@ -106,7 +105,7 @@ WSGI_APPLICATION = 'oj.wsgi.application'
# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
LANGUAGE_CODE = 'zh-cn'
LANGUAGE_CODE = 'zh-hans'
TIME_ZONE = 'Asia/Shanghai'