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