Commit e24bd11962cc8a8d434afbcea62c5a642cc3e8d8
1 parent
8436db93
Exists in
master
and in
31 other branches
Removed pysolr from deps
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
colab/settings.py
@@ -165,8 +165,7 @@ HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter' | @@ -165,8 +165,7 @@ HAYSTACK_CUSTOM_HIGHLIGHTER = 'colab.utils.highlighting.ColabHighlighter' | ||
165 | 165 | ||
166 | HAYSTACK_CONNECTIONS = { | 166 | HAYSTACK_CONNECTIONS = { |
167 | 'default': { | 167 | 'default': { |
168 | - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', | ||
169 | - 'URL': 'http://localhost:8983/solr/', | 168 | + 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', |
170 | } | 169 | } |
171 | } | 170 | } |
172 | 171 |
setup.py
@@ -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 |