Skip to content

Commit 2f9c8ca

Browse files
committed
Update Readme
1 parent a0736ca commit 2f9c8ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ for Haystack and one of the supported backends for Celery.
2121

2222

2323
.. _Haystack: http://haystacksearch.org
24+
.. _Celery: http://www.celeryproject.org
25+
2426

2527
Installation
2628
------------
@@ -30,11 +32,10 @@ Use your favorite Python package manager to install the app from PyPI, e.g.::
3032
pip install celery-haystack
3133

3234

33-
For Django < 1.9 you need to install `django-transaction-hooks`_ -- an app that
35+
For Django < 1.9 you need to install and configure `django-transaction-hooks`_ -- an app that
3436
brings transaction commit hooks to Django.
3537

36-
.. _django-appconf: http://pypi.python.org/pypi/django-appconf
37-
.. _`django-transaction-hooks`: https://github.com/carljm/django-transaction-hooks
38+
.. _django-transaction-hooks: https://github.com/carljm/django-transaction-hooks
3839

3940

4041
Usage

0 commit comments

Comments
 (0)