woosh -> whoosh

このコミットが含まれているのは:
Stephane Martin 2016-08-21 13:46:45 +02:00
コミット 1152c851e1
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -75,7 +75,7 @@ class Config(object):
CACHE_MEMCACHED_SERVERS = ['127.0.0.1:11211']
# Valid options: simple, elasticsearch, woosh
# Valid options: simple, elasticsearch, whoosh
SEARCH_TYPE = 'simple'
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'