Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: README.rst: RST syntax, links #58

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 21 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,37 @@ celery-haystack
:alt: Build Status
:target: http://travis-ci.org/django-haystack/celery-haystack


This Django app allows you to utilize Celery for automatically updating and
deleting objects in a Haystack_ search index.


| Src: https://github.com/django-haystack/celery-haystack
| Docs: https://celery-haystack.readthedocs.io/en/latest/
| PyPI: https://pypi.python.org/pypi/celery-haystack

Requirements
------------

* Django 1.8+
* Haystack_ `2.X`_
* Celery_ 3.X
* Django_ `1.8+`_
* Haystack_ 2.X_
* Celery_ 3.X_

You also need to install your choice of one of the supported search engines
for Haystack and one of the supported backends for Celery.
for Haystack and one of the supported backends for Celery:

* https://django-haystack.readthedocs.io/en/latest/backend_support.html#backend-support-matrix
* https://django-haystack.readthedocs.io/en/latest/installing_search_engines.html
* https://django-haystack.readthedocs.io/en/latest/settings.html
* http://docs.celeryproject.org/en/latest/getting-started/brokers/#broker-overview
* http://docs.celeryproject.org/en/latest/configuration.html

.. _Haystack: http://haystacksearch.org
.. _Celery: http://www.celeryproject.org
.. _Django: https://www.djangoproject.com/
.. _1.8+: https://github.com/django/django
.. _Haystack: http://haystacksearch.org/
.. _2.X: https://github.com/django-haystack/django-haystack
.. _Celery: http://www.celeryproject.org/
.. _3.X: https://github.com/celery/celery


Installation
Expand Down Expand Up @@ -82,7 +97,6 @@ app but uses Ask Solem Hoel's Celery_ instead of the equally awesome
queues_ library by Matt Croyden.

.. _queued_search: https://github.com/toastdriven/queued_search/
.. _Celery: http://celeryproject.org/
.. _queues: http://code.google.com/p/queues/

Issues
Expand Down