Files
edx-platform/common
Samuel Walladge 4da0c64cc3 Fix crashes in yt_video_metadata
- yt_video_metadata returned a generic non-json-api-friendly 500 error
  when called on a non-youtube video
- load_metadata_from_youtube was crashing when called from the xblock
  yt_video_metadata endpoint. It passes a webob request, which has a
  different api for retrieving the http referer.
2020-06-15 17:29:57 +09:30
..
2020-06-15 17:29:57 +09:30

common
------

This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.