Entitlement detail pages in django admin normally show a dropdown button for the enrollment_course_run field. But on stage, that can cause a timeout because the enrollment database is so large. So instead, just show it as a raw id field.
common ------ This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.