Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
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-notes-api
Commits
d5169725
Unverified
Commit
d5169725
authored
May 31, 2018
by
Troy Sankey
Committed by
GitHub
May 31, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #55 from edx/pwnage101/add_release_util
Install release_util for deployment pipeline compliance
parents
8d7407c6
909ce230
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
notesserver/settings/common.py
+2
-0
requirements/base.txt
+1
-0
No files found.
notesserver/settings/common.py
View file @
d5169725
...
@@ -52,6 +52,8 @@ INSTALLED_APPS = [
...
@@ -52,6 +52,8 @@ INSTALLED_APPS = [
'corsheaders'
,
'corsheaders'
,
'haystack'
,
'haystack'
,
'notesapi.v1'
,
'notesapi.v1'
,
# additional release utilities to ease automation
'release_util'
,
]
]
STATIC_URL
=
'/static/'
STATIC_URL
=
'/static/'
...
...
requirements/base.txt
View file @
d5169725
...
@@ -11,3 +11,4 @@ gunicorn==19.1.1 # MIT
...
@@ -11,3 +11,4 @@ gunicorn==19.1.1 # MIT
path.py==3.0.1
path.py==3.0.1
python-dateutil==2.4.0
python-dateutil==2.4.0
newrelic==2.40.0.34 # New Relic
newrelic==2.40.0.34 # New Relic
edx-django-release-util==0.3.1
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