首页 > 其他分享 >cannot import name 'detail_route' from 'rest_framework.decorators'的解决办法

cannot import name 'detail_route' from 'rest_framework.decorators'的解决办法

时间:2023-02-21 19:55:58浏览次数:34  
标签:解决办法 name route detail rest django import haystack

原因

es7不能使用3.1.1版本的django-haystack

解决办法

如果你是在弄elasticsearch,那么这个适合你,否则应该用不了。

  • 终端执行django-haystack的更新
    pip install -U django-haystack

标签:解决办法,name,route,detail,rest,django,import,haystack
From: https://www.cnblogs.com/aiyablog/p/17142189.html

相关文章