0

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

Danny Roberts
  • 3,442
  • 23
  • 28

1 Answers1

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