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
1ac732ab
Commit
1ac732ab
authored
Oct 22, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding git.revision for cms
parent
8ca156bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
cms/envs/aws.py
+2
-1
No files found.
cms/envs/aws.py
View file @
1ac732ab
...
...
@@ -13,6 +13,7 @@ from logsettings import get_logger_config
import
os
from
path
import
path
from
dealer.git
import
git
# SERVICE_VARIANT specifies name of the variant used, which decides what JSON
# configuration files are read during startup.
...
...
@@ -87,7 +88,7 @@ with open(CONFIG_ROOT / CONFIG_PREFIX + "env.json") as env_file:
# STATIC_ROOT specifies the directory where static files are
# collected
STATIC_ROOT
=
path
(
ENV_TOKENS
.
get
(
'STATIC_ROOT'
,
STATIC_ROOT
))
STATIC_ROOT
=
path
(
ENV_TOKENS
.
get
(
'STATIC_ROOT'
,
STATIC_ROOT
))
/
git
.
revision
EMAIL_BACKEND
=
ENV_TOKENS
.
get
(
'EMAIL_BACKEND'
,
EMAIL_BACKEND
)
EMAIL_FILE_PATH
=
ENV_TOKENS
.
get
(
'EMAIL_FILE_PATH'
,
None
)
...
...
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