Files
edx-platform/lms
Nathan Sprenkle 5aea84f1df fix: learner home anon user status fix (#31291)
* fix: add missing permission/auth classes to init

* fix: add missing permission class

Django was complaining about adding JWT auth without the
NotJwtRestrictedApplication class which it would add automatically. Add
the class to remove that warning.

* style: use black / isort to fix import ordering
2022-11-14 14:48:10 -05:00
..

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.