An extension to django CMS to provide multilingual Haystack indexes
Project Description
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.
Warning
Since version 0.5, the HaystackSearchApphook is not registered automatically anymore. If you want do use the default app hook provided by django-cms-search, add this (e.g. in models.py):
from cms_search.cms_app import HaystackSearchApphook apphook_pool.register(HaystackSearchApphook)
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-cms-search-0.6.3.tar.gz (430.8 kB) Copy SHA256 hash SHA256 | Source | None | May 29, 2013 |