diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 42eaa4a..eadf6e4 100644 --- a/settings.py +++ b/settings.py @@ -151,7 +151,7 @@ HAYSTACK_CONNECTIONS = { 'INCLUDE_SPELLING': True, }, } -HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12 +SEARCH_RESULTS_PER_PAGE = HAYSTACK_SEARCH_RESULTS_PER_PAGE = 12 HAYSTACK_AUTOCOMPLETE = False # length of short description |