Nick Carroll

Metabolising caffeine into code

Archive for April, 2009

Find that needle in the Haystack

without comments

Search in Django has been a pain point until now. Haystack is a cool new modular search plugin for Django that integrates with your Model definitions. You specify which Models you would like indexed, and Haystack will auto-discover them and make the content search-able from the search page that comes with the plugin.

Written by Nick

April 19th, 2009 at 2:18 pm

Posted in Programming

Tagged with ,