Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
df7bac5e
Commit
df7bac5e
authored
Jul 11, 2016
by
Eric Fischer
Committed by
GitHub
Jul 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add edx-django-release-util (#150)
parent
8b8c49f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
course_discovery/settings/base.py
+1
-0
requirements/base.txt
+1
-0
No files found.
course_discovery/settings/base.py
View file @
df7bac5e
...
@@ -31,6 +31,7 @@ INSTALLED_APPS = (
...
@@ -31,6 +31,7 @@ INSTALLED_APPS = (
)
)
THIRD_PARTY_APPS
=
(
THIRD_PARTY_APPS
=
(
'release_util'
,
'rest_framework'
,
'rest_framework'
,
'rest_framework_swagger'
,
'rest_framework_swagger'
,
'social.apps.django_app.default'
,
'social.apps.django_app.default'
,
...
...
requirements/base.txt
View file @
df7bac5e
...
@@ -15,6 +15,7 @@ drf-haystack==1.6.0rc1
...
@@ -15,6 +15,7 @@ drf-haystack==1.6.0rc1
dry-rest-permissions==0.1.6
dry-rest-permissions==0.1.6
edx-auth-backends==0.5.0
edx-auth-backends==0.5.0
edx-ccx-keys==0.2.0
edx-ccx-keys==0.2.0
edx-django-release-util==0.0.3
edx-drf-extensions==1.1.1
edx-drf-extensions==1.1.1
edx-opaque-keys==0.3.1
edx-opaque-keys==0.3.1
edx-rest-api-client==1.6.0
edx-rest-api-client==1.6.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