Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
8bc2bfab
Verified
Commit
8bc2bfab
authored
May 27, 2017
by
Sébastiaan Versteeg
Browse files
Add LimitOffsetPagination to REST framework settings
parent
8143e661
Changes
1
Show whitespace changes
Inline
Side-by-side
website/thaliawebsite/settings/settings.py
View file @
8bc2bfab
...
...
@@ -168,7 +168,9 @@ REST_FRAMEWORK = {
'rest_framework.authentication.SessionAuthentication'
,
'rest_framework.authentication.BasicAuthentication'
,
'rest_framework.authentication.TokenAuthentication'
,
)
),
'DEFAULT_PAGINATION_CLASS'
:
'rest_framework.pagination.LimitOffsetPagination'
,
}
# Internationalization
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment