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

Posted qianzeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.相关的知识,希望对你有一定的参考价值。

使用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

 

以上是关于报错django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.的主要内容,如果未能解决你的问题,请参考以下文章

django报错:django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install

django配置使用mysql数据库运行报错:django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No

django中连接mysql数据库报错“django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is requ

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

关于报错:django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0

解决报错:from err django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you ins