django源码安装xadmin错误

从github上下载的xadmin源码包,复制到项目中,运行时候出现了错误:

xadmin django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.

从安装包的那个setup.py文件看到安装依赖

地址:https://github.com/sshwsfc/xadmin/blob/master/setup.py

发现少装了后面2两个,pip2 install future

再运行,成功~

 

 

 

posted @ 2017-06-28 01:46  gougou00  阅读(1174)  评论(1编辑  收藏  举报