Question

Django recently added support for using multiple databases and "database routing". Does Haystack deal intelligently (or at all) with multiple databases?

Was it helpful?

Solution

I'm using a multi database configuration on production with django-haystack and whoosh and so far I didn't have any problems. Because haystack uses models as any application does every query passes through the router.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top