diff options
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index a48b53e..e774d1e 100644 --- a/settings.py +++ b/settings.py @@ -64,7 +64,7 @@ INSTALLED_APPS = ( 'haystack', ) -HAYSTACK_SITECONF = 'helsinki.search_sites' +HAYSTACK_SITECONF = 'search_sites' HAYSTACK_SEARCH_ENGINE = 'solr' HAYSTACK_SOLR_URL = 'http://localhost:8988/solr' HAYSTACK_ID_FIELD = 'docid' |