Skip to content

Commit

Permalink
index for test
Browse files Browse the repository at this point in the history
  • Loading branch information
aniversarioperu committed Jan 25, 2016
1 parent 8368e93 commit 30fb609
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion manolo/apps/visitors/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__author__ = 'carlosp420'
6 changes: 6 additions & 0 deletions manolo/apps/visitors/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
'URL': 'http://127.0.0.1:9200/',
'INDEX_NAME': 'test_haystack',
'INCLUDE_SPELLING': True,
},
'cazador': {
'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine',
'URL': 'http://127.0.0.1:9200/',
'INDEX_NAME': 'test_cazador',
'INCLUDE_SPELLING': True,
}
}

Expand Down

0 comments on commit 30fb609

Please sign in to comment.