Commit 2fe4df77 by Jim Abramson

Merge pull request #11794 from edx/jsa/add-user-mgmt-commands

add edx-management-commands dependency.
parents 62793ade 52657af8
...@@ -891,6 +891,9 @@ INSTALLED_APPS = ( ...@@ -891,6 +891,9 @@ INSTALLED_APPS = (
# Static i18n support # Static i18n support
'statici18n', 'statici18n',
# Management commands used for configuration automation
'edx_management_commands.management_commands',
) )
......
...@@ -2010,6 +2010,9 @@ INSTALLED_APPS = ( ...@@ -2010,6 +2010,9 @@ INSTALLED_APPS = (
# API access administration # API access administration
'openedx.core.djangoapps.api_admin', 'openedx.core.djangoapps.api_admin',
# Management commands used for configuration automation
'edx_management_commands.management_commands',
) )
# Migrations which are not in the standard module "migrations" # Migrations which are not in the standard module "migrations"
......
...@@ -37,6 +37,7 @@ djangorestframework-jwt==1.7.2 ...@@ -37,6 +37,7 @@ djangorestframework-jwt==1.7.2
djangorestframework-oauth==1.1.0 djangorestframework-oauth==1.1.0
edx-django-oauth2-provider==0.5.0 edx-django-oauth2-provider==0.5.0
edx-lint==0.4.3 edx-lint==0.4.3
edx-management-commands==0.0.1
edx-oauth2-provider==0.5.9 edx-oauth2-provider==0.5.9
edx-opaque-keys==0.2.1 edx-opaque-keys==0.2.1
edx-organizations==0.4.0 edx-organizations==0.4.0
......
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