Commit 5388b654 by Jason Bau

Few more change for merge

parent 710896ff
......@@ -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']):
......
......@@ -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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment