From 9d88a7841d5a1fe8318ee6da1dfc6f116783a8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 13 May 2017 21:15:46 +0200 Subject: [PATCH 2/2] settings: remove unnecessary _ENABLED flags for applications (#15314) --- passerelle/settings.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/passerelle/settings.py b/passerelle/settings.py index cc1a835..ff8ceca 100644 --- a/passerelle/settings.py +++ b/passerelle/settings.py @@ -116,18 +116,7 @@ INSTALLED_APPS = ( 'gadjo', ) -# active applications -PASSERELLE_APP_CLICRDV_ENABLED = True -PASSERELLE_APP_BASE_ADRESSE_ENABLED = True -PASSERELLE_APP_CSVDATASOURCE_ENABLED = True -PASSERELLE_APP_CHOOSIT_ENABLED = True -PASSERELLE_APP_OXYD_ENABLED = True -PASSERELLE_APP_OVH_ENABLED = True -PASSERELLE_APP_MOBYT_ENABLED = True -PASSERELLE_APP_ORANGE_ENABLED = True -PASSERELLE_APP_FAMILY_ENABLED = True -PASSERELLE_APP_OPENGIS_ENABLED = True - +# disable some applications for now PASSERELLE_APP_BDP_ENABLED = False PASSERELLE_APP_GDC_ENABLED = False PASSERELLE_APP_PASTELL_ENABLED = False -- 2.11.0