✨ Feat: [#32] project 조회 시 페이지네이션 설정
This commit is contained in:
5
projects/paginations.py
Normal file
5
projects/paginations.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
|
||||
class ProjectPagination(PageNumberPagination):
|
||||
page_size = 12
|
||||
page_query_param = 'page'
|
||||
Reference in New Issue
Block a user