diff options
Diffstat (limited to 'helsinki/program')
-rw-r--r-- | helsinki/program/settings.py | 2 |
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' |