Added Course Structure API

This commit is contained in:
Clinton Blackburn
2014-12-02 02:23:29 -05:00
parent 2a8b71486b
commit 2854bb9524
18 changed files with 742 additions and 21 deletions

View File

@@ -92,6 +92,8 @@ CC_PROCESSOR = {
}
########################### External REST APIs #################################
FEATURES['ENABLE_OAUTH2_PROVIDER'] = True
OAUTH_OIDC_ISSUER = 'http://127.0.0.1:8000/oauth2'
FEATURES['ENABLE_MOBILE_REST_API'] = True
FEATURES['ENABLE_VIDEO_ABSTRACTION_LAYER_API'] = True