Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
52657af8
Commit
52657af8
authored
Mar 11, 2016
by
jsa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add edx-management-commands dependency.
parent
f730936d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
cms/envs/common.py
+3
-0
lms/envs/common.py
+3
-0
requirements/edx/base.txt
+1
-0
No files found.
cms/envs/common.py
View file @
52657af8
...
...
@@ -891,6 +891,9 @@ INSTALLED_APPS = (
# Static i18n support
'statici18n'
,
# Management commands used for configuration automation
'edx_management_commands.management_commands'
,
)
...
...
lms/envs/common.py
View file @
52657af8
...
...
@@ -2010,6 +2010,9 @@ INSTALLED_APPS = (
# API access administration
'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"
...
...
requirements/edx/base.txt
View file @
52657af8
...
...
@@ -37,6 +37,7 @@ djangorestframework-jwt==1.7.2
djangorestframework-oauth==1.1.0
edx-django-oauth2-provider==0.5.0
edx-lint==0.4.3
edx-management-commands==0.0.1
edx-oauth2-provider==0.5.9
edx-opaque-keys==0.2.1
edx-organizations==0.4.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment