Projet

Général

Profil

0002-settings-remove-unnecessary-_ENABLED-flags-for-appli.patch

Frédéric Péters, 13 mai 2017 21:16

Télécharger (1,13 ko)

Voir les différences:

Subject: [PATCH 2/2] settings: remove unnecessary _ENABLED flags for
 applications (#15314)

 passerelle/settings.py | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
passerelle/settings.py
116 116
    'gadjo',
117 117
)
118 118

  
119
# active applications
120
PASSERELLE_APP_CLICRDV_ENABLED = True
121
PASSERELLE_APP_BASE_ADRESSE_ENABLED = True
122
PASSERELLE_APP_CSVDATASOURCE_ENABLED = True
123
PASSERELLE_APP_CHOOSIT_ENABLED = True
124
PASSERELLE_APP_OXYD_ENABLED = True
125
PASSERELLE_APP_OVH_ENABLED = True
126
PASSERELLE_APP_MOBYT_ENABLED = True
127
PASSERELLE_APP_ORANGE_ENABLED = True
128
PASSERELLE_APP_FAMILY_ENABLED = True
129
PASSERELLE_APP_OPENGIS_ENABLED = True
130

  
119
# disable some applications for now
131 120
PASSERELLE_APP_BDP_ENABLED = False
132 121
PASSERELLE_APP_GDC_ENABLED = False
133 122
PASSERELLE_APP_PASTELL_ENABLED = False
134
-