summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-07 20:52:48 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-07 20:52:48 (GMT)
commit63473ea33ebb89777d9ee0b4be2bc3163761678c (patch)
tree7dcb4f6b179c6021862b45830d220cdd52df3f56
parent975b1111db79bcf63cf47bf72b1b44636dde4f18 (diff)
module path correction
-rw-r--r--helsinki/program/settings.py2
1 files changed, 1 insertions, 1 deletions
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'