We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a4cdf commit 8e34b2aCopy full SHA for 8e34b2a
blog/views.py
@@ -30,7 +30,7 @@ class IndexView(ListView):
30
model = Post
31
template_name = 'blog/index.html'
32
context_object_name = 'post_list'
33
- paginate_by = 1
+ paginate_by = 10
34
35
def get_context_data(self, **kwargs):
36
"""
0 commit comments