An app for integrating Celery with Haystack.
Project description
This Django app allows you to utilize Celery for automatically updating and deleting objects in a Haystack search index.
Requirements
You also need to install your choice of one of the supported search engines for Haystack and one of the supported backends for Celery.
Installation
Use your favorite Python package manager to install the app from PyPI:
pip install celery-haystack
Setup
Add 'celery_haystack' to INSTALLED_APPS.
Alter all of your SearchIndex subclasses to inherit from celery_haystack.indexes.CelerySearchIndex (as well as haystack.indexes.Indexable).
Ensure your Celery instance is running.
Thanks
This app is a blatant rip-off of Daniel Lindsley’s queued_search app but uses Ask Solem Hoel’s Celery instead of the equally awesome queues library by Matt Croyden.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.