Search-by-Elasticsearch-with-Django is a powerful integration that combines the Django web framework with Elasticsearch, enabling efficient and flexible search functionality. It allows developers to harness Elasticsearch's robust search capabilities, including full-text search, filtering, and aggregations, within their Django applications, enhancing the search experience for users.
https://www.elastic.co/fr/downloads/past-releases/elasticsearch-7-17-9
./bin/elasticsearch
env/Scripts/activate
pip install elasticsearch
pip install elasticsearch-dsl
pip install django-elasticsearch-dsl
py manage.py runserver