raise AppRegistryNotReady("Apps aren't loaded yet.") django.core.exceptions.

 

碰到这种情况就要查看下是否所有的包都安装好了,可见地址:

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

 配置完xadmin源码包后启动报错“ Apps aren't loaded yet.”

一般是没有安装future包,安装pip install future后可以解决,如果后续会出现没有其他包

或者是把GitHub上这个requirements.txt 这个文件下载下来 然后找到路径,放到对应的虚拟环境下

pip install -r requirements.txt

 

相关文章:

  • 2021-04-24
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2018-07-24
  • 2021-08-21
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2021-05-28
  • 2021-08-14
  • 2022-12-23
相关资源
相似解决方案