Commit 1a13666ebec9761b7704c3dab7468b499330334c

Authored by Sergio Oliveira
Committed by Gust
1 parent dc5f922b
Exists in workin_whoosh_temp

Removed pysolr from deps

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
colab/settings.py
@@ -168,8 +168,7 @@ HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter' @@ -168,8 +168,7 @@ HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter'
168 168
169 HAYSTACK_CONNECTIONS = { 169 HAYSTACK_CONNECTIONS = {
170 'default': { 170 'default': {
171 - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine',  
172 - 'URL': 'http://localhost:8983/solr/', 171 + 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
173 } 172 }
174 } 173 }
175 174
@@ -7,7 +7,6 @@ REQUIREMENTS = [ @@ -7,7 +7,6 @@ REQUIREMENTS = [
7 'pytz>=2011n', 7 'pytz>=2011n',
8 'django-mobile>=0.3.0', 8 'django-mobile>=0.3.0',
9 'django-haystack>=2.2', 9 'django-haystack>=2.2',
10 - 'pysolr>=2.1',  
11 'django-hitcounter>=0.1.1', 10 'django-hitcounter>=0.1.1',
12 'django-tastypie>=0.12.1', 11 'django-tastypie>=0.12.1',
13 12