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
970a83d4
Commit
970a83d4
authored
Dec 01, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed dev_ike and dev_shared_preview
parent
de1c0541
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
28 deletions
+0
-28
cms/envs/dev_ike.py
+0
-16
cms/envs/dev_shared_preview.py
+0
-12
No files found.
cms/envs/dev_ike.py
deleted
100644 → 0
View file @
de1c0541
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=wildcard-import, unused-wildcard-import
# dev environment for ichuang/mit
# FORCE_SCRIPT_NAME = '/cms'
from
.common
import
*
from
.dev
import
*
FEATURES
[
'AUTH_USE_CERTIFICATES'
]
=
True
FEATURES
[
'USE_DJANGO_PIPELINE'
]
=
False
# don't recompile scss
SECURE_PROXY_SSL_HEADER
=
(
'HTTP_X_FORWARDED_PROTOCOL'
,
'https'
)
# django 1.4 for nginx ssl proxy
cms/envs/dev_shared_preview.py
deleted
100644 → 0
View file @
de1c0541
"""
This configuration is have localdev use a preview.localhost hostname for the preview LMS so that we can share
the same process between preview and published
"""
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=wildcard-import, unused-wildcard-import
from
.dev
import
*
FEATURES
[
'PREVIEW_LMS_BASE'
]
=
"preview.localhost:8000"
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