mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-07 16:28:31 +02:00
Remove django cas server in CI dependencies
This commit is contained in:
@ -51,7 +51,6 @@ INSTALLED_APPS = [
|
||||
'django.forms',
|
||||
|
||||
'bootstrap_datepicker_plus',
|
||||
'cas_server',
|
||||
'crispy_forms',
|
||||
'django_tables2',
|
||||
'haystack',
|
||||
@ -68,6 +67,7 @@ INSTALLED_APPS = [
|
||||
|
||||
if "test" not in sys.argv: # pragma: no cover
|
||||
INSTALLED_APPS += [
|
||||
'cas_server',
|
||||
'django_extensions',
|
||||
'mailer',
|
||||
]
|
||||
|
Reference in New Issue
Block a user