woosh -> whoosh
This commit is contained in:
parent
6a043f4a7d
commit
1152c851e1
|
@ -75,7 +75,7 @@ class Config(object):
|
||||||
|
|
||||||
CACHE_MEMCACHED_SERVERS = ['127.0.0.1:11211']
|
CACHE_MEMCACHED_SERVERS = ['127.0.0.1:11211']
|
||||||
|
|
||||||
# Valid options: simple, elasticsearch, woosh
|
# Valid options: simple, elasticsearch, whoosh
|
||||||
SEARCH_TYPE = 'simple'
|
SEARCH_TYPE = 'simple'
|
||||||
|
|
||||||
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
|
ELASTICSEARCH_URL = 'http://127.0.0.1:9200'
|
||||||
|
|
Loading…
Reference in a new issue