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
5c0accaa
Commit
5c0accaa
authored
Dec 10, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10900 from stvstnfrd/courseware/enabled
Remove COURSEWARE_ENABLED flag
parents
6d09a5b5
03618f7c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
+1
-2
lms/djangoapps/branding/views.py
+1
-1
lms/envs/common.py
+0
-1
lms/urls.py
+0
-0
No files found.
lms/djangoapps/branding/views.py
View file @
5c0accaa
...
@@ -51,7 +51,7 @@ def index(request):
...
@@ -51,7 +51,7 @@ def index(request):
Redirects to main page -- info page if user authenticated, or marketing if not
Redirects to main page -- info page if user authenticated, or marketing if not
'''
'''
if
settings
.
COURSEWARE_ENABLED
and
request
.
user
.
is_authenticated
():
if
request
.
user
.
is_authenticated
():
# For microsites, only redirect to dashboard if user has
# For microsites, only redirect to dashboard if user has
# courses in his/her dashboard. Otherwise UX is a bit cryptic.
# courses in his/her dashboard. Otherwise UX is a bit cryptic.
# In this case, we want to have the user stay on a course catalog
# In this case, we want to have the user stay on a course catalog
...
...
lms/envs/common.py
View file @
5c0accaa
...
@@ -54,7 +54,6 @@ COPYRIGHT_YEAR = "2015"
...
@@ -54,7 +54,6 @@ COPYRIGHT_YEAR = "2015"
PLATFORM_FACEBOOK_ACCOUNT
=
"http://www.facebook.com/YourPlatformFacebookAccount"
PLATFORM_FACEBOOK_ACCOUNT
=
"http://www.facebook.com/YourPlatformFacebookAccount"
PLATFORM_TWITTER_ACCOUNT
=
"@YourPlatformTwitterAccount"
PLATFORM_TWITTER_ACCOUNT
=
"@YourPlatformTwitterAccount"
COURSEWARE_ENABLED
=
True
ENABLE_JASMINE
=
False
ENABLE_JASMINE
=
False
DISCUSSION_SETTINGS
=
{
DISCUSSION_SETTINGS
=
{
...
...
lms/urls.py
View file @
5c0accaa
This diff is collapsed.
Click to expand it.
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