我使用单个搜索索引,并且我一直收到异常
raise ImproperlyConfigured("Model '%s' has more than one 'SearchIndex`` handling it. Please exclude either '%s' or '%s' using the 'HAYSTACK_EXCLUDED_INDEXES' setting." % (model, self.indexes[model], index))
这似乎是干草堆上的主分支的已知问题。但是,我还没有找到解决方案。有谁知道如何防止这种情况?