Ejemplo n.º 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()
Ejemplo n.º 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()
Ejemplo n.º 3
0
 def get_sqs(self):
     """
     Return the SQS required by a the Haystack search view
     """
     return facets.base_sqs()
Ejemplo n.º 4
0
 def get_sqs(self):
     """
     Return the SQS required by a the Haystack search view
     返回Haystack搜索视图所需的SQS(SQS:随机排队系统)
     """
     return facets.base_sqs()
Ejemplo n.º 5
0
Archivo: app.py Proyecto: Marw0002/test
 def get_sqs(self):
     """
     Return the SQS required by a the Haystack search view
     """
     return facets.base_sqs()