Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 381 Bytes

django-elasticsearch-dsl Celery Processor

Installation

  1. Run the pip command to install the latest version:
 pip install django-elasticsearch-dsl-celery
  1. Add the following line to your settings.py:
ELASTICSEARCH_DSL_SIGNAL_PROCESSOR = 'django_elasticsearch_dsl_celery.CelerySignalProcessor'