1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 06:28:49 +02:00

Drop Matrix support

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-01-13 16:46:19 +01:00
parent 2f4755ffc7
commit 93a2e2436d
12 changed files with 3 additions and 991 deletions

View File

@ -74,7 +74,6 @@ INSTALLED_APPS = [
if "test" not in sys.argv: # pragma: no cover
INSTALLED_APPS += [
'cas_server',
'django_extensions',
'mailer',
]
@ -147,8 +146,6 @@ PASSWORD_HASHERS = [
'django.contrib.auth.hashers.BCryptPasswordHasher',
]
CAS_AUTH_CLASS = 'registration.auth.CustomAuthUser'
REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAdminUser'