[Django]-Django no module named elasticsearch_dsl.connections

2👍

Apparently I had to pip install elasticsearch and elasticsearch-dsl outside of the virtualenv. The error went away after that.

4👍

Run this

pip install elasticsearch_dsl

Leave a comment