celery-haystack 0.4
An app for integrating Celery with Haystack.
Latest Version: 0.5
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, e.g.:
pip install celery-haystack
By default a few dependencies will automatically be installed:
- django-appconf -- An app to gracefully handle application settings.
- versiontools -- A library to help staying compatible to PEP 386.
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 if you use Haystack 2.X).
- 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.
Issues
Please use the Github issue tracker for any bug reports or feature requests.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| celery-haystack-0.4.tar.gz (md5, pgp) | Source | 2011-09-17 | 12KB | 2883 | |
- Author: Jannis Leidel
- Home Page: http://celery-haystack.rtfd.org/
- Bug Tracker: http://github.com/ennio/celery-haystack/issues
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: Django
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Utilities
- Package Index Owner: jezdez
- DOAP record: celery-haystack-0.4.xml
