Add API routes for courses and sessions

This commit is contained in:
2020-01-10 06:22:38 +00:00
parent b1ff647c6e
commit c80bf1e56a
5 changed files with 67 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ if DEBUG:
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
'PAGE_SIZE': 20,
'PAGE_SIZE': 100,
'DEFAULT_RENDERER_CLASSES': DEFAULT_RENDERER_CLASSES,
'DEFAULT_AUTHENTICATION_CLASSES': DEFAULT_AUTHENTICATION_CLASSES,
}