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: