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
18b05fe7
Commit
18b05fe7
authored
Jul 24, 2012
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabled_features changed mitx_features
parent
703293f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lms/envs/aws.py
+3
-2
No files found.
lms/envs/aws.py
View file @
18b05fe7
...
...
@@ -32,8 +32,9 @@ LOG_DIR = ENV_TOKENS['LOG_DIR']
CACHES
=
ENV_TOKENS
[
'CACHES'
]
for
feature
in
ENV_TOKEN
[
'ENABLED_FEATURE'
]:
MITX_FEATURES
[
feature
]
=
True
for
feature
,
value
in
ENV_TOKENS
.
get
(
'MITX_FEATURES'
,
{})
.
items
():
MITX_FEATURES
[
feature
]
=
value
LOGGING
=
get_logger_config
(
LOG_DIR
,
logging_env
=
ENV_TOKENS
[
'LOGGING_ENV'
],
...
...
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