Add files via upload

pull/4/head
InfoSec 2016-08-22 23:50:29 +08:00 committed by GitHub
parent 9e1830fd70
commit e944a6b9b1
1 changed files with 2 additions and 2 deletions

View File

@ -105,9 +105,9 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization # Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/ # https://docs.djangoproject.com/en/1.9/topics/i18n/
LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'zh-hans'
TIME_ZONE = 'UTC' TIME_ZONE = 'Asia/Shanghai'
USE_I18N = True USE_I18N = True