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
8bc8b6ca
Commit
8bc8b6ca
authored
Jan 22, 2016
by
Ahsan Ulhaq
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11302 from edx/ahsan/ECOM-3486-add-organization-api
Update edx-organization version and organization URL
parents
c2255ef0
4f94b50c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
lms/urls.py
+1
-0
requirements/edx/github.txt
+1
-1
No files found.
lms/urls.py
View file @
8bc8b6ca
...
...
@@ -102,6 +102,7 @@ urlpatterns = (
url
(
r'^api/commerce/'
,
include
(
'commerce.api.urls'
,
namespace
=
'commerce_api'
)),
url
(
r'^api/credit/'
,
include
(
'openedx.core.djangoapps.credit.urls'
,
app_name
=
"credit"
,
namespace
=
'credit'
)),
url
(
r'^rss_proxy/'
,
include
(
'rss_proxy.urls'
,
namespace
=
'rss_proxy'
)),
url
(
r'^api/organizations/'
,
include
(
'organizations.urls'
,
namespace
=
'organizations'
)),
)
if
settings
.
FEATURES
[
"ENABLE_COMBINED_LOGIN_REGISTRATION"
]:
...
...
requirements/edx/github.txt
View file @
8bc8b6ca
...
...
@@ -93,7 +93,7 @@ git+https://github.com/edx/xblock-utils.git@v1.0.2#egg=xblock-utils==1.0.2
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
-e git+https://github.com/edx/edx-reverification-block.git@0.0.5#egg=edx-reverification-block==0.0.5
-e git+https://github.com/edx/edx-user-state-client.git@30c0ad4b9f57f8d48d6943eb585ec8a9205f4469#egg=edx-user-state-client
git+https://github.com/edx/edx-organizations.git@release-201
5-12-08#egg=edx-organizations==0.2
.0
git+https://github.com/edx/edx-organizations.git@release-201
6-01-22#egg=edx-organizations==0.3
.0
git+https://github.com/edx/edx-proctoring.git@0.12.5#egg=edx-proctoring==0.12.5
git+https://github.com/edx/xblock-lti-consumer.git@v1.0.2#egg=xblock-lti-consumer==1.0.2
...
...
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