Skip to content

Commit fd4b208

Browse files
committed
doc: add note bout django authentication views for platform pages
1 parent 3fc2036 commit fd4b208

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/installation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ The course management platform (``/platform/``) requires authentication and is a
7676
- Django superusers
7777
- Users assigned as Organization users (managed via Django admin panel)
7878

79+
.. note::
80+
Since the platform views require authentication, ensure your Django project has authentication views configured.
81+
You can use Django's built-in authentication views by including them in your URLconf.
82+
See `Django's authentication views documentation <https://docs.djangoproject.com/en/6.0/topics/auth/default/#module-django.contrib.auth.views>`_ for setup instructions.
83+
7984
**Public Access**
8085

8186
Public course enrollment pages are accessible without authentication and are designed for learners to discover and enroll in courses.

0 commit comments

Comments
 (0)