Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created August 21, 2023 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/8fa9fce27a0c1bb2cc26e25ae4af7e85 to your computer and use it in GitHub Desktop.
Save brunomichetti/8fa9fce27a0c1bb2cc26e25ae4af7e85 to your computer and use it in GitHub Desktop.
REST_FRAMEWORK = {
...
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination",
"PAGE_SIZE": 10,
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment