summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-13 20:24:01 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-13 20:24:01 (GMT)
commita9cb2097ba343167b83c7f57b12306f492c91b94 (patch)
tree3b5fe8be67902e8e72102826dc427d5b19072244 /settings.py
parent885303f4db0a1c924425a70427c53fe49cdc705c (diff)
import path correction
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index a48b53e..e774d1e 100644
--- a/settings.py
+++ b/settings.py
@@ -64,7 +64,7 @@ INSTALLED_APPS = (
'haystack',
)
-HAYSTACK_SITECONF = 'helsinki.search_sites'
+HAYSTACK_SITECONF = 'search_sites'
HAYSTACK_SEARCH_ENGINE = 'solr'
HAYSTACK_SOLR_URL = 'http://localhost:8988/solr'
HAYSTACK_ID_FIELD = 'docid'