Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiik05 committed Dec 14, 2024
1 parent 9a53de5 commit 9ce0f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cinema_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

REST_FRAMEWORK = {
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination",
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination."
"LimitOffsetPagination",
"PAGE_SIZE": 10
}

0 comments on commit 9ce0f86

Please sign in to comment.