Merge pull request #11326 from edx/mobile/remove-dead-code

Mobile API: remove unused endpoints
This commit is contained in:
Nimisha Asthagiri
2016-02-19 15:14:13 -05:00
43 changed files with 18 additions and 2244 deletions

View File

@@ -338,15 +338,6 @@ class CourseFields(object):
help=_("Enter the unique identifier for your course's video files provided by edX."),
scope=Scope.settings
)
facebook_url = String(
help=_(
"Enter the URL for the official course Facebook group. "
"If you provide a URL, the mobile app includes a button that students can tap to access the group."
),
default=None,
display_name=_("Facebook URL"),
scope=Scope.settings
)
no_grade = Boolean(
display_name=_("Course Not Graded"),
help=_("Enter true or false. If true, the course will not be graded."),