Merge pull request #14552 from edx/jmbowman/async_course_import

PLAT-1104 Import courses asynchronously
This commit is contained in:
Jeremy Bowman
2017-02-27 12:01:06 -05:00
committed by GitHub
14 changed files with 476 additions and 282 deletions

View File

@@ -2176,6 +2176,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': {