使用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.
原文地址:https://www.cnblogs.com/qianzeng/p/8511754.html
时间: 2024-09-29 08:36:14