Commit bfb69e56 by Muhammad Ammar

fix DRF format query param issue

TNL-3787
parent a09012c2
......@@ -2018,6 +2018,7 @@ CSRF_COOKIE_AGE = 60 * 60 * 24 * 7 * 52
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'openedx.core.lib.api.paginators.DefaultPagination',
'PAGE_SIZE': 10,
'URL_FORMAT_OVERRIDE': None,
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment