Fixed #40: added artist browsing view

This commit is contained in:
Eliot Berriot 2017-12-12 23:41:47 +01:00
parent 74926114e4
commit 926db0f366
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 105 additions and 4 deletions

View file

@ -0,0 +1,6 @@
from rest_framework.pagination import PageNumberPagination
class FunkwhalePagination(PageNumberPagination):
page_size_query_param = 'page_size'
max_page_size = 25