1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-08-18 01:28:41 +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

@@ -60,6 +60,7 @@ INSTALLED_APPS = [
'polymorphic',
'rest_framework',
'rest_framework.authtoken',
'cas_server',
'api',
'eastereggs',