[Django]-A pip install doesn't add anything to pipFile or pipFile.lock

9👍

I have resolved the situation by changing my command from pip install elasticsearch-dsl to pipenv install elasticsearch-dsl

and it worked

Leave a comment