Use Search URLs in your Django Haystack Application.
Project Description
This simple Django utility allows you to utilize the 12factor inspired SEARCH_URL environment variable to configure your Haystack application.
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://..")}
Installation
Installation is simple too:
$ pip install dj-search-url
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
dj-searchurl-0.1.tar.gz (2.8 kB) Copy SHA256 hash SHA256 | Source | None | Sep 9, 2012 |