Commit 1dc75672 by Eugeny Kolpakov Committed by GitHub

Merge pull request #13723 from edx/ekolpakov/enterprise_app

Enterprise Customer: model and admin integration
parents 875f5424 aab3ad5c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment