访问项目地址
https://github.com/sshwsfc/xadmin
下载
解压
pycharm打开项目
配置mysql数据库
创建数据库
更新数据库
cd demo_app
python manage.py makemigrations #构造数据库执行文件
python manage.py migrate #创建数据库表
运行项目
python manage.py runserver
访问管理首页
创建后台管理账号
python manage.py createsuperuser
注意:输密码不提示