MANIFEST.in
README.rst
requirements.core.txt
requirements.txt
setup.py
core_elasticsearch_app/__init__.py
core_elasticsearch_app/admin.py
core_elasticsearch_app/apps.py
core_elasticsearch_app/menus.py
core_elasticsearch_app/settings.py
core_elasticsearch_app/tasks.py
core_elasticsearch_app/urls.py
core_elasticsearch_app.egg-info/PKG-INFO
core_elasticsearch_app.egg-info/SOURCES.txt
core_elasticsearch_app.egg-info/dependency_links.txt
core_elasticsearch_app.egg-info/requires.txt
core_elasticsearch_app.egg-info/top_level.txt
core_elasticsearch_app/commons/__init__.py
core_elasticsearch_app/commons/exceptions.py
core_elasticsearch_app/components/__init__.py
core_elasticsearch_app/components/data/__init__.py
core_elasticsearch_app/components/data/autocomplete_settings.py
core_elasticsearch_app/components/data/elasticsearch.py
core_elasticsearch_app/components/data/mongodb.py
core_elasticsearch_app/components/data/watch.py
core_elasticsearch_app/components/elasticsearch_template/__init__.py
core_elasticsearch_app/components/elasticsearch_template/api.py
core_elasticsearch_app/components/elasticsearch_template/models.py
core_elasticsearch_app/rest/__init__.py
core_elasticsearch_app/rest/urls.py
core_elasticsearch_app/rest/views.py
core_elasticsearch_app/rest/elasticsearch_template/__init__.py
core_elasticsearch_app/rest/elasticsearch_template/serializers.py
core_elasticsearch_app/rest/elasticsearch_template/views.py
core_elasticsearch_app/static/core_elasticsearch_app/css/search_box.css
core_elasticsearch_app/static/core_elasticsearch_app/js/search_box.js
core_elasticsearch_app/static/core_elasticsearch_app/js/admin/es_template.js
core_elasticsearch_app/static/core_explore_keyword_app/user/js/search/autocomplete_source.js
core_elasticsearch_app/static/core_explore_keyword_app/user/js/search/search.raw.js
core_elasticsearch_app/templates/core_elasticsearch_app/search_box.html
core_elasticsearch_app/templates/core_elasticsearch_app/admin/templates/list_templates.html
core_elasticsearch_app/templates/core_elasticsearch_app/admin/templates/list/list_base.html
core_elasticsearch_app/utils/__init__.py
core_elasticsearch_app/utils/elasticsearch_client.py
core_elasticsearch_app/utils/utils.py
core_elasticsearch_app/views/__init__.py
core_elasticsearch_app/views/admin/__init__.py
core_elasticsearch_app/views/admin/ajax.py
core_elasticsearch_app/views/admin/forms.py
core_elasticsearch_app/views/admin/views.py
tests/__init__.py
tests/test_settings.py