Files
edx-platform/common
Michael Terry 64b7fb88b8 Pass serializable data to celery
The expire_old_entitlements management command was passing a
Paginator object to celery, which it can't serialize when it is
running async. Instead, we'll do the pagination manually inside the
task code and simply pass it integers.
2018-01-04 12:01:41 -05:00
..
2018-01-03 16:36:23 -05:00
2017-12-15 13:37:06 -05:00

common
------

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