mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:09:17 +02:00
Fixed #40: added artist browsing view
This commit is contained in:
parent
74926114e4
commit
926db0f366
6 changed files with 105 additions and 4 deletions
6
api/funkwhale_api/common/pagination.py
Normal file
6
api/funkwhale_api/common/pagination.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from rest_framework.pagination import PageNumberPagination
|
||||
|
||||
|
||||
class FunkwhalePagination(PageNumberPagination):
|
||||
page_size_query_param = 'page_size'
|
||||
max_page_size = 25
|
Loading…
Add table
Add a link
Reference in a new issue