From b7b50717cab833f7bb66fe68db7d69958118d8a9 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Thu, 2 Nov 2023 10:17:59 +0100 Subject: [PATCH] toulouse-maelis: disable connecteur by default (#83025) --- passerelle/settings.py | 1 + tests/settings.py | 1 + 2 files changed, 2 insertions(+) diff --git a/passerelle/settings.py b/passerelle/settings.py index f02c216c..e7eeabb3 100644 --- a/passerelle/settings.py +++ b/passerelle/settings.py @@ -197,6 +197,7 @@ INSTALLED_APPS = ( PASSERELLE_APP_BDP_ENABLED = False PASSERELLE_APP_GDC_ENABLED = False PASSERELLE_APP_STRASBOURG_EU_ENABLED = False +PASSERELLE_APP_TOULOUSE_MAELIS_ENABLED = False # mark some apps as legacy PASSERELLE_APP_CLICRDV_LEGACY = True diff --git a/tests/settings.py b/tests/settings.py index e3a2a27f..6b54e962 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -49,6 +49,7 @@ INSTALLED_APPS += ( # noqa pylint: disable=undefined-variable PASSERELLE_APP_BDP_ENABLED = True PASSERELLE_APP_GDC_ENABLED = True PASSERELLE_APP_STRASBOURG_EU_ENABLED = True +PASSERELLE_APP_TOULOUSE_MAELIS_ENABLED = True TCL_URL_TEMPLATE = 'http://tcl.example.net/%s' TCL_GEOJSON_URL_TEMPLATE = 'http://tcl.example.net/geojson/%s'