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

时间:2018-03-05 23:35:33   收藏:0   阅读:2642

使用xadmin源码安装时会遇到报错,原因是依赖包没有安装,方法一是官方说明,方法二亲测有效


 

方法一:https://github.com/sshwsfc/xadmin/blob/master/requirements.txt

方法二:

pip install future six httplib2 django-import-export>=0.5.1

pip uninstall django-crispy-forms django-formtools

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!