ImportError: cannot import name 'connections' from 'haystack'

报错场景

运行 celery任务的时候, 提示报错

ImportError: cannot import name ‘connections’ from ‘haystack’

问题原因

  • haystack 和 django-haystack 两个模块同时安装,引发的冲突

问题处理

pip uninstall haystack
pip uninstall django-haystack
pip install django-haystack

原文链接: ImportError: cannot import name 'connections' from 'haystack' 版权所有,转载时请注明出处,违者必究。
注明出处格式:流沙团 ( https://gyarmy.com/post-764.html )

发表评论

0则评论给“ImportError: cannot import name 'connections' from 'haystack'”