vim django-20231002/mysite/mysite/settings.py
LANGUAGE_CODE = 'zh-hans'
SIMPLEUI_LOGO='https://profile-avatar.csdnimg.cn/970ad500f8ff4143a19aeddccc6c405f_a772304419.jpg'
TIME_ZONE = 'Asia/Shanghai'
效果展示
links:
设置语言, 去Logo和管理后台名字
LANGUAGE_CODE = 'zh-hans'
SIMPLEUI_LOGO='https://profile-avatar.csdnimg.cn/970ad500f8ff4143a19aeddccc6c405f_a772304419.jpg'
TIME_ZONE = 'Asia/Shanghai'
links:
设置语言, 去Logo和管理后台名字