Projet

Général

Profil

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

Josué Kouka, 31 mai 2017 13:44

Télécharger (1,14 ko)

Voir les différences:

Subject: [PATCH 1/7] add cityweb app into test settings (#15883)

 passerelle/contrib/cityweb/__init__.py | 0
 tests/settings.py                      | 2 ++
 2 files changed, 2 insertions(+)
 create mode 100644 passerelle/contrib/cityweb/__init__.py
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
-