Commit 01ed1742 by Michael Youngstrom Committed by GitHub

Merge pull request #14628 from edx/michaelyoungstrom/revert_django_setting

[WIP] Revert Django renderer change
parents 20ae9948 fa74e0bf
...@@ -2192,9 +2192,6 @@ CSRF_COOKIE_SECURE = False ...@@ -2192,9 +2192,6 @@ CSRF_COOKIE_SECURE = False
REST_FRAMEWORK = { REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'openedx.core.lib.api.paginators.DefaultPagination', 'DEFAULT_PAGINATION_CLASS': 'openedx.core.lib.api.paginators.DefaultPagination',
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.JSONRenderer',
),
'PAGE_SIZE': 10, 'PAGE_SIZE': 10,
'URL_FORMAT_OVERRIDE': None, 'URL_FORMAT_OVERRIDE': None,
'DEFAULT_THROTTLE_RATES': { 'DEFAULT_THROTTLE_RATES': {
......
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