摘要: 一、将xadmin导入Django工程中 1.1 xadmin下载地址: https://github.com/sshwsfc/xadmin/tree/django2 或者: 链接:https://pan.baidu.com/s/1VJPsN5GOW_xbiPb8t43oRg 提取码:nkei 1. 阅读全文
posted @ 2020-03-21 16:45 旅行没有终点 阅读(723) 评论(0) 推荐(2) 编辑
摘要: 1.定位到报错目录 2.将from django.contrib.staticfiles.templatetags.staticfiles import static 替换成: from django.templatetags.static import static 即可 阅读全文
posted @ 2020-03-21 16:27 旅行没有终点 阅读(4714) 评论(1) 推荐(1) 编辑
摘要: 1.pip3 install six 2.进入python3.6/site-packages 3.将six.py 复制到 django/utils即可 阅读全文
posted @ 2020-03-21 16:24 旅行没有终点 阅读(8768) 评论(2) 推荐(2) 编辑
摘要: python3+Django3 请使用 from six import python_2_unicode_compatible替代 from django.utils.encoding import python_2_unicode_compatible 阅读全文
posted @ 2020-03-21 16:00 旅行没有终点 阅读(2352) 评论(0) 推荐(0) 编辑