Files
edx-platform/lms
Ned Batchelder 17b16b115d Ensure correct CSV headers for non-English
If we pass non-ASCII strings to create_csv_response, it will call
unicode() on it, and fail with UnicodeDecodeError.  So pass Unicode
strings, or ASCII-only bytestrings for the headers.
2016-05-18 11:10:32 -04:00
..

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.