From 2de89101a2842a069f5c8ef8b577b3a98929517b Mon Sep 17 00:00:00 2001 From: Ernesto Rico-Schmidt Date: Sun, 3 Apr 2011 00:23:42 +0200 Subject: added haystack and Solr settings. diff --git a/settings.py b/settings.py index 646fcac..11de59f 100644 --- a/settings.py +++ b/settings.py @@ -66,4 +66,9 @@ INSTALLED_APPS = ( 'django.contrib.messages', 'django.contrib.admin', 'helsinki.program', + 'haystack', ) + +HAYSTACK_SITECONF = 'helsinki.search_sites' +HAYSTACK_SEARCH_ENGINE = 'solr' +HAYSTACK_SOLR_URL = 'http://localhost:8983/solr' -- cgit v0.10.2