Commit 0f15a94b authored by ibuler's avatar ibuler

Merge remote-tracking branch 'origin/dev' into dev

parents 01261456 e821d299
......@@ -241,7 +241,7 @@ USE_L10N = True
USE_TZ = True
# I18N translation
LOCALE_PATHS = [os.path.join(BASE_DIR, 'locale'), ]
LOCALE_PATHS = [os.path.join(BASE_DIR, 'i18n'), ]
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.10/howto/static-files/
......
......@@ -45,6 +45,6 @@
│ │ └── wsgi.py
│ ├── manage.py
│ ├── static // 项目静态资源目录
├── static // 项目多语言目录
  ├── i18n                     // 项目多语言目录
│ └── templates // 项目模板目录
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment