1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Allow for realtime additions to search.

This commit is contained in:
Drew Larson 2016-07-04 14:59:21 -06:00
parent ee5aaae4bf
commit 085b9856c5

View File

@ -152,5 +152,7 @@ HAYSTACK_CONNECTIONS = {
}, },
} }
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
LOGIN_REDIRECT_URL = 'home' LOGIN_REDIRECT_URL = 'home'
LOGIN_URL = 'login' LOGIN_URL = 'login'