You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,11 @@ The course management platform (``/platform/``) requires authentication and is a
76
76
- Django superusers
77
77
- Users assigned as Organization users (managed via Django admin panel)
78
78
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
+
79
84
**Public Access**
80
85
81
86
Public course enrollment pages are accessible without authentication and are designed for learners to discover and enroll in courses.
0 commit comments