项目场景: django配置admin报错 问题描述: 原因分析: 这个xadmin是基于django1.+版本写的,使用django2.+这个函数变了 解决方案: 把django.core.urlresolvers改成django.urls 相关文章: