This simple Django utility allows you to utilize the 12factor inspired SEARCH_URL
environment variable to configure your Haystack application.
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://..")}Installation
Installation is simple too:
$ pip install dj-search-url
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4