Skip to content

Commit

Permalink
Merge 4fc75fb into afc3e87
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanj-k committed Jan 21, 2019
2 parents afc3e87 + 4fc75fb commit 61ecda1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authors/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework_jwt.authentication.JSONWebTokenAuthentication',
),
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 10,
}

# Jwt configuration
Expand Down

0 comments on commit 61ecda1

Please sign in to comment.