- Run the pip command to install the latest version:
pip install git+https://github.com/Abdelhadi92/django-elasticsearch-dsl-celery.git
- Add the following line to your
settings.py
:
ELASTICSEARCH_DSL_SIGNAL_PROCESSOR = 'django_elasticsearch_dsl_celery.CelerySignalProcessor'