mirror of https://github.com/jumpserver/jumpserver
fix: 远程应用图标无法显示问题
parent
419381bd10
commit
2cecf20944
|
@ -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