欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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

程序员文章站 2022-05-26 21:32:50
...

ImportError: cannot import name ‘connections’ from ‘haystack’
haystack和django-haystack,这两个包有冲突.
网上的方法都只是删除了haystack,但还是报错

我的解决方法是:
pip uninstall haystack
pip uninstall django-haystack
pip install django-haystack