Mercurial > public > sg101
diff gpp/weblinks/search_indexes.py @ 469:3b30286adba5
Smarter search index updating for forums. This work is for #227.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 17 Aug 2011 01:02:08 +0000 |
parents | b910cc1460c8 |
children | 387d46abcb95 |
line wrap: on
line diff
--- a/gpp/weblinks/search_indexes.py Sun Aug 07 03:38:42 2011 +0000 +++ b/gpp/weblinks/search_indexes.py Wed Aug 17 01:02:08 2011 +0000 @@ -1,7 +1,7 @@ """Haystack search index for the weblinks application.""" from haystack.indexes import * from haystack import site -from custom_search import CondQueuedSearchIndex +from custom_search.indexes import CondQueuedSearchIndex from weblinks.models import Link