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
68610ec1
Commit
68610ec1
authored
Sep 26, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebase-20140926: Fix errors from conflicts resolution
parent
552750ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
common/djangoapps/user_api/middleware.py
+1
-1
lms/envs/common.py
+1
-1
pavelib/prereqs.py
+1
-0
No files found.
common/djangoapps/user_api/middleware.py
View file @
68610ec1
...
@@ -7,7 +7,7 @@ from eventtracking import tracker
...
@@ -7,7 +7,7 @@ from eventtracking import tracker
from
opaque_keys
import
InvalidKeyError
from
opaque_keys
import
InvalidKeyError
from
opaque_keys.edx.keys
import
CourseKey
from
opaque_keys.edx.keys
import
CourseKey
from
track.contexts
import
COURSE_REGEX
from
util.request
import
COURSE_REGEX
from
user_api.models
import
UserCourseTag
from
user_api.models
import
UserCourseTag
...
...
lms/envs/common.py
View file @
68610ec1
...
@@ -1399,7 +1399,7 @@ INSTALLED_APPS = (
...
@@ -1399,7 +1399,7 @@ INSTALLED_APPS = (
'edx_jsme'
,
# Molecular Structure
'edx_jsme'
,
# Molecular Structure
# Country list
# Country list
'django_countries'
'django_countries'
,
# EDX API application
# EDX API application
'api_manager'
,
'api_manager'
,
...
...
pavelib/prereqs.py
View file @
68610ec1
...
@@ -116,6 +116,7 @@ def python_prereqs_installation():
...
@@ -116,6 +116,7 @@ def python_prereqs_installation():
Installs Python prerequisites
Installs Python prerequisites
"""
"""
for
req_file
in
PYTHON_REQ_FILES
:
for
req_file
in
PYTHON_REQ_FILES
:
sh
(
"rm -rf /edx/app/edxapp/venvs/edxapp/build/*"
)
sh
(
"pip install -q --exists-action w -r {req_file}"
.
format
(
req_file
=
req_file
))
sh
(
"pip install -q --exists-action w -r {req_file}"
.
format
(
req_file
=
req_file
))
...
...
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