mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:49:24 +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
|
@ -54,6 +54,7 @@ THIRD_PARTY_APPS = (
|
|||
'rest_auth.registration',
|
||||
'mptt',
|
||||
'dynamic_preferences',
|
||||
'django_filters',
|
||||
)
|
||||
|
||||
# Apps specific for this project go here.
|
||||
|
@ -298,7 +299,7 @@ REST_FRAMEWORK = {
|
|||
'DEFAULT_PERMISSION_CLASSES': (
|
||||
'rest_framework.permissions.IsAuthenticated',
|
||||
),
|
||||
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
|
||||
'DEFAULT_PAGINATION_CLASS': 'funkwhale_api.common.pagination.FunkwhalePagination',
|
||||
'PAGE_SIZE': 25,
|
||||
|
||||
'DEFAULT_AUTHENTICATION_CLASSES': (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue