Merge pull request #13723 from edx/ekolpakov/enterprise_app
Enterprise Customer: model and admin integration
This commit is contained in:
@@ -2650,6 +2650,9 @@ OPTIONAL_APPS = (
|
||||
|
||||
# Organizations App (http://github.com/edx/edx-organizations)
|
||||
'organizations',
|
||||
|
||||
# Enterprise App (http://github.com/edx/edx-enterprise)
|
||||
'enterprise',
|
||||
)
|
||||
|
||||
for app_name in OPTIONAL_APPS:
|
||||
|
||||
@@ -45,6 +45,7 @@ edx-drf-extensions==0.5.1
|
||||
edx-lint==0.4.3
|
||||
edx-django-oauth2-provider==1.1.4
|
||||
edx-django-sites-extensions==2.1.1
|
||||
edx-enterprise==0.1.0
|
||||
edx-oauth2-provider==1.2.0
|
||||
edx-opaque-keys==0.3.4
|
||||
edx-organizations==0.4.1
|
||||
|
||||
Reference in New Issue
Block a user