Commit 228eb510 by Michael Youngstrom Committed by GitHub

Merge pull request #14661 from edx/michaelyoungstrom/django_setting_change

Disable Django API browser
parents 09751421 195e7f27
...@@ -2187,6 +2187,9 @@ CSRF_COOKIE_SECURE = False ...@@ -2187,6 +2187,9 @@ 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': {
......
...@@ -166,7 +166,7 @@ nose-exclude ...@@ -166,7 +166,7 @@ nose-exclude
nose-ignore-docstring nose-ignore-docstring
nose-randomly==1.2.0 nose-randomly==1.2.0
nosexcover==1.0.7 nosexcover==1.0.7
pa11ycrawler==1.6.1 pa11ycrawler==1.6.2
pep8==1.5.7 pep8==1.5.7
PyContracts==1.7.1 PyContracts==1.7.1
python-subunit==0.0.16 python-subunit==0.0.16
......
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