1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-07 04:24:04 +02:00

Use Django CAS Server to be authenticated to the Matrix server

This commit is contained in:
Yohann D'ANELLO
2020-10-28 17:03:11 +01:00
parent d73a92c7f7
commit 2ead8cdad5
3 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@ urlpatterns = [
path('media/authorization/photo/<str:filename>/', PhotoAuthorizationView.as_view(), name='photo_authorization'),
path('cas/', include('cas_server.urls', namespace="cas_server")),
path('', include('eastereggs.urls')),
]