Skip to content

Commit

Permalink
Merge pull request #25 from maykinmedia/feature/46-product-nl-api
Browse files Browse the repository at this point in the history
Feature/46 product nl api
  • Loading branch information
Floris272 authored Jan 10, 2025
2 parents 31c2fc4 + 687f985 commit c2c0ed8
Show file tree
Hide file tree
Showing 26 changed files with 1,292 additions and 288 deletions.
4 changes: 2 additions & 2 deletions src/open_producten/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"open_producten.accounts",
"open_producten.utils",
"open_producten.producttypen",
# "open_producten.products",
"open_producten.producten",
"open_producten.locaties",
]

Expand Down Expand Up @@ -88,7 +88,7 @@
"rest_framework.parsers.JSONParser",
],
"DEFAULT_RENDERER_CLASSES": ("rest_framework.renderers.JSONRenderer",),
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.PageNumberPagination",
"DEFAULT_PAGINATION_CLASS": "open_producten.utils.pagination.Pagination",
"PAGE_SIZE": 100,
"TEST_REQUEST_DEFAULT_FORMAT": "json",
}
Expand Down
Loading

0 comments on commit c2c0ed8

Please sign in to comment.