✨ Feat: [#22] pagination class 구현
This commit is contained in:
5
portfolios/paginations.py
Normal file
5
portfolios/paginations.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
|
||||
class PortfolioPagination(PageNumberPagination):
|
||||
page_size = 12
|
||||
page_query_param = 'page'
|
||||
Reference in New Issue
Block a user