fix DRF format query param issue

TNL-3787
This commit is contained in:
Muhammad Ammar
2015-11-13 20:06:59 +05:00
parent a09012c26d
commit bfb69e560d

View File

@@ -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,
}