* 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
================= 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