diff options
-rw-r--r-- | settings.py | 5 |
1 files changed, 5 insertions, 0 deletions
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' |