articles paging
This commit is contained in:
SDE
2023-10-05 19:42:13 +03:00
parent 63d3ffddd4
commit 32f65de458
7 changed files with 11 additions and 6 deletions

View File

@@ -5,6 +5,6 @@ from django.urls import path
from .js_views import *
urlpatterns = [
path('get_articles_block/', get_articles_block_ajax, name='get_articles_block_ajax'),
]