woosh -> whoosh

这个提交包含在:
Stephane Martin 2016-08-21 13:46:45 +02:00
父节点 6a043f4a7d
当前提交 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'