GrantU
GrantU

Reputation: 6555

haystack and Solr locally

I have a Django site that using haystack and Solr. In the live environment (Ubuntu) this is fine.

However I want to do some testing locally on my mac. What are the recommendations for running Solr on the Mac for testing within the context of Python. Is there something like virtualenv for this?

Upvotes: 0

Views: 46

Answers (1)

Ber
Ber

Reputation: 41873

I've been using Whoosh with Django/Haystack locally. It is easy to use and requires no dedicated server.

Upvotes: 1

Related Questions