mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 23:37:08 +00:00
Merge pull request #9604 from jumpserver/pr@dev@fix_applets_no_icon
fix: 远程应用图标无法显示问题
This commit is contained in:
commit
01c2e7128d
@ -264,6 +264,7 @@ STATICFILES_DIRS = (
|
||||
)
|
||||
|
||||
# Media files (File, ImageField) will be save these
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(PROJECT_DIR, 'data', 'media').replace('\\', '/') + '/'
|
||||
|
||||
PRIVATE_STORAGE_ROOT = MEDIA_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user