cannot import name 'detail_route' from 'rest_framework.decorators'的解决办法
原因
es7不能使用3.1.1版本的django-haystack
解决办法
如果你是在弄elasticsearch,那么这个适合你,否则应该用不了。
- 终端执行django-haystack的更新
pip install -U django-haystack
es7不能使用3.1.1版本的django-haystack
如果你是在弄elasticsearch,那么这个适合你,否则应该用不了。
pip install -U django-haystack