2019年4月26日
摘要: from haystack.views import SearchViewfrom django.http import JsonResponseclass MysearchView(SearchView): def create_response(self): """ Generates the 阅读全文
posted @ 2019-04-26 21:43 paulgeo 阅读(764) 评论(0) 推荐(0)