obsicn / eshop

The sample project based on Django oscar ecommerce framework.
0 stars 0 forks source link

HAYSTACK_CONNECTIONS #1

Open obsicn opened 7 years ago

obsicn commented 7 years ago
return _bootstrap._gcd_import(name[level:], package, level)

File "", line 978, in _gcd_import File "", line 961, in _find_and_load File "", line 950, in _find_and_load_unlocked File "", line 655, in _load_unlocked File "", line 678, in exec_module File "", line 205, in _call_with_frames_removed File "/Users/myang/workspaces/oscar_prj/env/lib/python3.6/site-packages/haystack/init.py", line 36, in raise ImproperlyConfigured('The HAYSTACK_CONNECTIONS setting is required.') django.core.exceptions.ImproperlyConfigured: The HAYSTACK_CONNECTIONS setting is required.

obsicn commented 7 years ago

(env) michaeldembp-2:eshop myang$ pip show django-haystack Name: django-haystack Version: 2.6.0 Summary: Pluggable search for Django. Home-page: http://haystacksearch.org/

Welcome to Haystack!

Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.