Projet

Général

Profil

0001-add-cityweb-app-into-test-settings.patch

Josué Kouka, 23 mai 2017 11:23

Télécharger (900 octets)

Voir les différences:

Subject: [PATCH 1/4] add cityweb app into test settings

 tests/settings.py | 2 ++
 1 file changed, 2 insertions(+)
tests/settings.py
28 28
        'passerelle.contrib.stub_invoices',
29 29
        'passerelle.contrib.teamnet_axel',
30 30
        'passerelle.contrib.tlmcom',
31
        'passerelle.contrib.cityweb',
31 32
        )
32 33

  
33 34
PASSERELLE_APP_FAKE_FAMILY_ENABLED = True
......
39 40
PASSERELLE_APP_SOLIS_APA_ENABLED = True
40 41
PASSERELLE_APP_MDEL_ENABLED = True
41 42
PASSERELLE_APP_GRANDLYON_STREETSECTIONS_ENABLED = True
43
PASSERELLE_APP_CITYWEB_ENABLED = True
42
-