Files
edx-platform/lms/djangoapps/learner_home
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
..

================= Learner Home

This is the new dashboard for learner courses, built as a backend supporting a new MFE experience of the "student dashboard".

This aims to replace the existing dashboard at:: /common/djangoapps/student/views/dashboard.py