Merge pull request #14661 from edx/michaelyoungstrom/django_setting_change

Disable Django API browser
This commit is contained in:
Michael Youngstrom
2017-03-17 10:58:18 -04:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -2187,6 +2187,9 @@ CSRF_COOKIE_SECURE = False
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'openedx.core.lib.api.paginators.DefaultPagination',
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.JSONRenderer',
),
'PAGE_SIZE': 10,
'URL_FORMAT_OVERRIDE': None,
'DEFAULT_THROTTLE_RATES': {

View File

@@ -166,7 +166,7 @@ nose-exclude
nose-ignore-docstring
nose-randomly==1.2.0
nosexcover==1.0.7
pa11ycrawler==1.6.1
pa11ycrawler==1.6.2
pep8==1.5.7
PyContracts==1.7.1
python-subunit==0.0.16