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