Пример #1
0
    def get_sqs(self):
        """
        Return the SQS required by a the Haystack search view
        """
        from oscar.apps.search import facets

        return facets.base_sqs()
Пример #2
0
    def get_sqs(self):
        """
        Return the SQS required by a the Haystack search view
        """
        from oscar.apps.search import facets

        return facets.base_sqs()
Пример #3
0
 def get_sqs(self):
     """
     Return the SQS required by a the Haystack search view
     """
     return facets.base_sqs()
Пример #4
0
 def get_sqs(self):
     """
     Return the SQS required by a the Haystack search view
     返回Haystack搜索视图所需的SQS(SQS:随机排队系统)
     """
     return facets.base_sqs()
Пример #5
0
 def get_sqs(self):
     """
     Return the SQS required by a the Haystack search view
     """
     return facets.base_sqs()