articles paging
This commit is contained in:
SDE
2023-11-29 16:36:10 +03:00
parent 4400a6b13f
commit d4562e7ca4

View File

@@ -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):