Skip to content
Snippets Groups Projects
Commit 2de89101 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

added haystack and Solr settings.

parent 3eabe337
No related branches found
No related tags found
No related merge requests found
...@@ -66,4 +66,9 @@ INSTALLED_APPS = ( ...@@ -66,4 +66,9 @@ INSTALLED_APPS = (
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.admin', 'django.contrib.admin',
'helsinki.program', 'helsinki.program',
'haystack',
) )
HAYSTACK_SITECONF = 'helsinki.search_sites'
HAYSTACK_SEARCH_ENGINE = 'solr'
HAYSTACK_SOLR_URL = 'http://localhost:8983/solr'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment