Add trigger to update Whoosh index on User update

This commit is contained in:
Skia
2017-02-15 22:01:33 +01:00
parent 494062fbbe
commit 318c9ff9ad
2 changed files with 17 additions and 1 deletions

View File

@ -153,6 +153,8 @@ HAYSTACK_CONNECTIONS = {
},
}
HAYSTACK_SIGNAL_PROCESSOR = 'core.search_indexes.UserOnlySignalProcessor'
WSGI_APPLICATION = 'sith.wsgi.application'