Browse Source

Fix bad copy/paste

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

+ 1 - 1
deployment/settings.py

@@ -55,7 +55,7 @@ CACHES = {
 # http://django-haystack.readthedocs.org/en/latest/tutorial.html#modify-your-settings-py
 HAYSTACK_CONNECTIONS = {
     'default': {
-        'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', # Misago uses WhooshEngine by default
+        'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', # Misago uses Whoosh by default
     },
 }