Merge pull request #13723 from edx/ekolpakov/enterprise_app

Enterprise Customer: model and admin integration
This commit is contained in:
Eugeny Kolpakov
2016-10-28 12:51:22 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -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:

View File

@@ -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