diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:40:17 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-03-27 11:40:17 -0400 |
commit | c6f0f78483cf6ac0fd1e607db02f765c6efddc27 (patch) | |
tree | 1ed394461f5de742122c2a43424284edd7be1e29 /forum_modules/sphinxfulltext/settings.py | |
parent | 9413c12d2126d4f86f2340e458226e72c0d4ecec (diff) | |
download | askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.tar.gz askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.tar.bz2 askbot-c6f0f78483cf6ac0fd1e607db02f765c6efddc27.zip |
dos2unix
Diffstat (limited to 'forum_modules/sphinxfulltext/settings.py')
-rwxr-xr-x | forum_modules/sphinxfulltext/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum_modules/sphinxfulltext/settings.py b/forum_modules/sphinxfulltext/settings.py index 7c2da124..564404c6 100755 --- a/forum_modules/sphinxfulltext/settings.py +++ b/forum_modules/sphinxfulltext/settings.py @@ -1,5 +1,5 @@ SPHINX_API_VERSION = 0x113 #refer to djangosphinx documentation -SPHINX_SEARCH_INDICES=('osqa',) #a tuple of index names remember about a comma after the +SPHINX_SEARCH_INDICES=('askbot',) #a tuple of index names remember about a comma after the #last item, especially if you have just one :) SPHINX_SERVER='localhost' SPHINX_PORT=3312 |