Change to show up to 1,000,000 results on the search page

This commit is contained in:
Matthias Portzel 2022-04-07 21:32:19 -04:00
parent 18300386cd
commit 5922cd7629
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ HAYSTACK_CONNECTIONS = {
},
}
HAYSTACK_SEARCH_RESULTS_PER_PAGE = 1000000
MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"django.middleware.common.CommonMiddleware",