Admin后台快速美化详解

Admin后台快速美化详解

1.下载依赖

  • 使用清华源,使用新的插件,介绍一款专业美化 Admin 界面的插件 SimpleUI (基于element-ui+vue开发),安装和配置极其方便,而且无需修改原来的代码
清华源: https://pypi.tuna.tsinghua.edu.cn/simple
豆瓣源: http://pypi.douban.com/simple
阿里源: http://mirrors.aliyun.com/pypi/simple
中国科学技术大学源: http://pypi.mirrors.ustc.edu.cn/simple/
pip install django-simpleui -i https://pypi.tuna.tsinghua.edu.cn/simple

2.配置settings.py

INSTALLED_APPS = [
 'simpleui',
 'django.contrib.admin',
 ....
]


https://blog.csdn.net/weixin_45776191/article/details/119112268
posted on 2022-11-12 00:05  ldx-wsj  阅读(93)  评论(0)    收藏  举报