From a9cb2097ba343167b83c7f57b12306f492c91b94 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 13 Apr 2011 22:24:01 +0200 Subject: import path correction 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' -- cgit v0.10.2