From cccf21d89c8fb0541391d4f507e23baaf849e322 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 10 May 2016 17:26:14 +0200 Subject: [PATCH] increase posts num --- app/local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/local_settings.py b/app/local_settings.py index b44df967..f5a01413 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -112,4 +112,4 @@ SLUGIFY = 'django.template.defaultfilters.slugify' HOME_FEATURED_ID = 1 BREAKING_NEWS_FEATURED_ID = 4 -BLOG_POST_PER_PAGE = 30 +BLOG_POST_PER_PAGE = 200 -- 2.39.5