Browse Source

Add a default search index dir

Kasper Kronborg Isager 12 years ago
parent
commit
81317af482
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deployment/settings.py

+ 1 - 0
deployment/settings.py

@@ -56,6 +56,7 @@ CACHES = {
 HAYSTACK_CONNECTIONS = {
     'default': {
         'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', # Misago uses Whoosh by default
+        'PATH': 'searchindex',
     },
 }