dj-elasticsearch-flex 0.3.3
pip install dj-elasticsearch-flex
Latest version
Released:
Elasticsearch for Django which lets you do stuff.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (MIT)
- Author: Prashant Sinha
- Tags dj-elasticsearch-flex
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
Elasticsearch for Django which lets you do stuff.
Documentation
The full documentation is at https://dj-elasticsearch-flex.readthedocs.io.
Quickstart
Install Django Elasticsearch Flex:
pip install dj-elasticsearch-flex
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'elasticsearch_flex.apps.ElasticsearchFlexConfig',
...
)
Add Django Elasticsearch Flex’s URL patterns:
from elasticsearch_flex import urls as elasticsearch_flex_urls
urlpatterns = [
...
url(r'^', include(elasticsearch_flex_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2016-12-08)
First release on PyPI.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (MIT)
- Author: Prashant Sinha
- Tags dj-elasticsearch-flex
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Natural Language
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dj-elasticsearch-flex-0.3.3.tar.gz
.
File metadata
- Download URL: dj-elasticsearch-flex-0.3.3.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70d6b1db3f1eeeb68df0626b089156fa0ed0ce4a033bafe25eec1805566be24c |
|
MD5 | a7d83fba081d7c81fdbd23ca0a1a9e35 |
|
BLAKE2b-256 | f1f14da1e84797ab639830350f145e6bb62809388e8417a4832aec411231ae31 |
File details
Details for the file dj_elasticsearch_flex-0.3.3-py2.py3-none-any.whl
.
File metadata
- Download URL: dj_elasticsearch_flex-0.3.3-py2.py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8749989be2953adca1d7382133491d21d300f3d6765c6cbbf148abb07ca793e |
|
MD5 | 354c6241781c518f9791ff00ed6ecb9d |
|
BLAKE2b-256 | 7f18e4c2ea561c402d45a7a46adb2f41b993c75188935fd5e7dc26f6a9ab1432 |