File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ This Django project explores the possibilities of full-text search and filtering
6
6
7
7
The project depends on:
8
8
9
- - Django >= 1.8
10
- - Elasticsearch 5.6 - Server
11
- - elasticsearch v5.5.1 - Python Elasticsearch Client
12
- - elasticsearch-dsl v5.4.0 - Higher level library for the search queries
13
- - django-elasticsearch-dsl v0.4.4 - Integration with Django package
9
+ - [ Django] ( https://www.djangoproject.com/ ) ≥ 1.8
10
+ - [ Elasticsearch] ( https://www.elastic.co/products/elasticsearch ) 5.6 - Server
11
+ - [ elasticsearch] ( https://github.com/elastic/elasticsearch-py ) v5.5.1 - Python Elasticsearch Client
12
+ - [ elasticsearch-dsl] ( https://elasticsearch-dsl.readthedocs.io/en/latest/ ) v5.4.0 - Higher level library for the search queries
13
+ - [ django-elasticsearch-dsl] ( https://github.com/sabricot/django-elasticsearch-dsl ) v0.4.4 - Integration with Django package
14
14
- several other modules listed in the requirements.txt
15
15
16
16
## Quickstart
You can’t perform that action at this time.
0 commit comments