add edx-management-commands dependency.

This commit is contained in:
jsa
2016-03-11 11:37:34 -05:00
parent f730936d76
commit 52657af81d
3 changed files with 7 additions and 0 deletions

View File

@@ -891,6 +891,9 @@ INSTALLED_APPS = (
# Static i18n support
'statici18n',
# Management commands used for configuration automation
'edx_management_commands.management_commands',
)