Files
edx-platform/lms/djangoapps/mobile_api
Feanil Patel 0e1116003a Ignore bad cached data.
When migrating from python 2 to 3 we can get in a situation where the
cache has data that the new version of python can't read.  In this case
drop the bad data and re-cache the correct data.
2019-12-10 16:15:46 -05:00
..
2019-07-10 15:07:43 +05:00
2019-07-10 15:07:43 +05:00
2019-07-10 15:07:43 +05:00
2019-12-10 16:15:46 -05:00
2019-04-26 13:51:13 -04:00

Status: Active

Responsibilities
================
Provide a set of APIs for the LMS that are optimized for a mobile context.


Direction: Decompose
=====================
Currently this app has some APIs that started off specific to mobile.  Any that should become general or already are general should be moved out into a more relevant django app.  Anything that remains should be specific to what we need for mobile.

Glossary
========

More Documentation
==================