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
5388b654
Commit
5388b654
authored
Mar 25, 2014
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Few more change for merge
parent
710896ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
lms/djangoapps/instructor/views/instructor_dashboard.py
+0
-8
lms/djangoapps/instructor/views/legacy.py
+0
-1
lms/envs/aws.py
+3
-0
No files found.
lms/djangoapps/instructor/views/instructor_dashboard.py
View file @
5388b654
...
...
@@ -24,10 +24,6 @@ from django_comment_common.models import FORUM_ROLE_ADMINISTRATOR
from
student.models
import
CourseEnrollment
from
bulk_email.models
import
CourseAuthorization
from
class_dashboard.dashboard_data
import
get_section_display_name
,
get_array_section_has_problem
<<<<<<<
HEAD
=======
>>>>>>>
release
-
2014
-
03
-
18
from
.tools
import
get_units_with_due_date
,
title_or_url
...
...
@@ -58,10 +54,6 @@ def instructor_dashboard_2(request, course_id):
_section_student_admin
(
course_id
,
access
),
_section_data_download
(
course_id
,
access
),
_section_analytics
(
course_id
,
access
),
# The metrics tab has been implemented in the beta dashboard but is
# currently turned off due to some problems. There is code including some
# coffee files that are included but will not run.
# _section_metrics(course_id, access),
]
if
(
settings
.
FEATURES
.
get
(
'INDIVIDUAL_DUE_DATES'
)
and
access
[
'instructor'
]):
...
...
lms/djangoapps/instructor/views/legacy.py
View file @
5388b654
...
...
@@ -52,7 +52,6 @@ from instructor_task.api import (
submit_bulk_course_email
)
from
instructor_task.views
import
get_task_completion_info
from
class_dashboard
import
dashboard_data
from
edxmako.shortcuts
import
render_to_response
,
render_to_string
from
class_dashboard
import
dashboard_data
from
psychometrics
import
psychoanalyze
...
...
lms/envs/aws.py
View file @
5388b654
...
...
@@ -278,6 +278,9 @@ if FEATURES.get('AUTH_USE_CAS'):
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS
=
ENV_TOKENS
.
get
(
'HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS'
,{})
CERT_NAME_SHORT
=
ENV_TOKENS
.
get
(
'CERT_NAME_SHORT'
,
CERT_NAME_SHORT
)
CERT_NAME_LONG
=
ENV_TOKENS
.
get
(
'CERT_NAME_LONG'
,
CERT_NAME_LONG
)
############################## SECURE AUTH ITEMS ###############
# Secret things: passwords, access keys, etc.
...
...
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