Changes between Version 179 and Version 180 of DjangoResources


Ignore:
Timestamp:
Apr 16, 2009, 11:31:55 AM (15 years ago)
Author:
Ben Spaulding
Comment:

Added Haystack back to Django search resources. It has officially launched; see http://toastdriven.com/fresh/announcing-haystack-modular-search-django/

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v179 v180  
    3232  * [http://code.google.com/p/djapian/ djapian] A full-text search integration with Django using Xapian
    3333  * [http://code.google.com/p/django-search-lucene/ django-search-with-lucene] - Django search with Lucene is Tightly integrated the Lucene in Django, so use search content using django model filtering expressions.
     34  * [http://haystacksearch.org/ haystack] - Modular search for Django.
    3435 * CMS
    3536  * [http://django-cms.org/ django-cms] - A free, BSD-licensed content management system for Django, supporting a hierarchical page structure, internationalization and more.
Back to Top