Move to new consent API
This commit is contained in:
@@ -355,6 +355,7 @@ AUTHENTICATION_BACKENDS = (
|
||||
LMS_BASE = None
|
||||
LMS_ROOT_URL = "http://localhost:8000"
|
||||
ENTERPRISE_API_URL = LMS_ROOT_URL + '/enterprise/api/v1/'
|
||||
ENTERPRISE_CONSENT_API_URL = LMS_ROOT_URL + '/consent/api/v1/'
|
||||
|
||||
# These are standard regexes for pulling out info like course_ids, usage_ids, etc.
|
||||
# They are used so that URLs with deprecated-format strings still work.
|
||||
@@ -1177,6 +1178,7 @@ OPTIONAL_APPS = (
|
||||
|
||||
# Enterprise App (http://github.com/edx/edx-enterprise)
|
||||
('enterprise', None),
|
||||
('consent', None),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user