From 63473ea33ebb89777d9ee0b4be2bc3163761678c Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 7 Apr 2011 22:52:48 +0200 Subject: module path correction diff --git a/helsinki/program/settings.py b/helsinki/program/settings.py index 43a3d1d..1e3af2a 100644 --- a/helsinki/program/settings.py +++ b/helsinki/program/settings.py @@ -69,6 +69,6 @@ INSTALLED_APPS = ( 'haystack', ) -HAYSTACK_SITECONF = 'helsinki.search_sites' +HAYSTACK_SITECONF = 'helsinki.program.search_sites' HAYSTACK_SEARCH_ENGINE = 'solr' HAYSTACK_SOLR_URL = 'http://localhost:8983/solr' -- cgit v0.10.2