mirror of https://github.com/jumpserver/jumpserver
Merge remote-tracking branch 'origin/dev' into dev
commit
0f15a94b08
|
@ -241,7 +241,7 @@ USE_L10N = True
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
# I18N translation
|
# I18N translation
|
||||||
LOCALE_PATHS = [os.path.join(BASE_DIR, 'locale'), ]
|
LOCALE_PATHS = [os.path.join(BASE_DIR, 'i18n'), ]
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
# https://docs.djangoproject.com/en/1.10/howto/static-files/
|
# https://docs.djangoproject.com/en/1.10/howto/static-files/
|
||||||
|
|
|
@ -45,6 +45,6 @@
|
||||||
│ │ └── wsgi.py
|
│ │ └── wsgi.py
|
||||||
│ ├── manage.py
|
│ ├── manage.py
|
||||||
│ ├── static // 项目静态资源目录
|
│ ├── static // 项目静态资源目录
|
||||||
│ ├── static // 项目多语言目录
|
│ ├── i18n // 项目多语言目录
|
||||||
│ └── templates // 项目模板目录
|
│ └── templates // 项目模板目录
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue