def get_sqs(self): """ Return the SQS required by a the Haystack search view """ from oscar.apps.search import facets return facets.base_sqs()
def get_sqs(self): """ Return the SQS required by a the Haystack search view """ return facets.base_sqs()
def get_sqs(self): """ Return the SQS required by a the Haystack search view 返回Haystack搜索视图所需的SQS(SQS:随机排队系统) """ return facets.base_sqs()