diff --git a/ArticlesApp/funcs.py b/ArticlesApp/funcs.py index 2f00cab..e1bbfc2 100644 --- a/ArticlesApp/funcs.py +++ b/ArticlesApp/funcs.py @@ -1,7 +1,7 @@ from .models import * -elements_on_page = 2 +elements_on_page = 10 def get_articles(art_kwargs, request_Data=None, from_el=None, to_el=None):