摘要:
一、将xadmin导入Django工程中 1.1 xadmin下载地址: https://github.com/sshwsfc/xadmin/tree/django2 或者: 链接:https://pan.baidu.com/s/1VJPsN5GOW_xbiPb8t43oRg 提取码:nkei 1. 阅读全文
摘要:
1.定位到报错目录 2.将from django.contrib.staticfiles.templatetags.staticfiles import static 替换成: from django.templatetags.static import static 即可 阅读全文
摘要:
1.pip3 install six 2.进入python3.6/site-packages 3.将six.py 复制到 django/utils即可 阅读全文
摘要:
python3+Django3 请使用 from six import python_2_unicode_compatible替代 from django.utils.encoding import python_2_unicode_compatible 阅读全文