xadmin配置中错误
django项目在虚拟机上部署时后台用的xadmin
结果各种不支持,各种报错
因为对python3版本不友好不支持
想重装xadmin,网上各种解释没啥用,这里有个链接
可以帮助快速重装支持python3版本的xadmin
pip install https://github.com/sshwsfc/xadmin/tarball/master
亲测有效,centos上成功启动django项目
安装之后makemigrations又出现了这个错误
File "/home/moyu/.virtualenvs/cloud_hj/lib/python3.9/site-packages/django/db/backends/mysql/operations.py", line 146, in last_executed_query
query = query.decode(errors='replace')
AttributeError: 'str' object has no attribute 'decode'
进入到目录下,修改decode改为encode即可
博观而约取,厚积而薄发。