Django recently added support for using multiple databases and "database routing". Does Haystack deal intelligently (or at all) with multiple databases?
Asked
Active
Viewed 453 times
1 Answers
1
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.

Alex Plugaru
- 2,209
- 19
- 26