Files
edx-platform/common
David Ormsbee ad5cc3d5d9 Request cache context processor output.
In Django template rendering, context processors only run once.
But when we do template rendering through edxmako (which we do for
each and every web fragment/XBlock), we can end up having hundreds
of invocations of templates and run context processors for each
separately. This removes that work.
2019-12-30 16:38:46 -05:00
..
2019-11-25 23:56:10 +03:30

common
------

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