Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 665 Bytes

File metadata and controls

24 lines (14 loc) · 665 Bytes

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.