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:
@ -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'
|
||||
|
Reference in New Issue
Block a user