/django-cms-search

This package provides multilingual search indexes for easy Haystack integration with django CMS

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-cms-search

fork notes:

This package has been modified to work with current django-haystack 2.0.0-beta in a pretty clean way.

This package provides multilingual search indexes for easy Haystack integration with django CMS.

Usage

After installing django-cms-search through your package manager of choice, add cms_search to your INSTALLED_APPS. That's it.

For setting up Haystack, please refer to their documentation.

For more docs, see the docs folder or the online documentation.