Software Details:
Version: 0.1
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 31
dj-search-url is a Django app that allows you to configure your Haystack with the help of the SEARCH_URL environment variable from 12factor.
Installation
dj-search-url can be installed very simple with the following command:
pip install dj-search-url
Usage
Configure your Search index in settings.py from SEARCH_URL:
HAYSTACK_CONNECTIONS = {"default": dj_search_url.conf()}
Parse an arbitrary Database URL:
HAYSTACK_CONNECTIONS = {"default": dj_search_url.conf("elasticsearch://..")}
Requirements:
- Python
- Django
Comments not found