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