Projet

Général

Profil

0001-debian-add-explicit-loading-of-extension-25040.patch

Frédéric Péters, 04 juillet 2018 11:27

Télécharger (1,05 ko)

Voir les différences:

Subject: [PATCH] debian: add explicit loading of extension (#25040)

 debian/50nanterre.py                        | 3 +++
 debian/python-combo-plugin-nanterre.install | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 debian/50nanterre.py
 create mode 100644 debian/python-combo-plugin-nanterre.install
debian/50nanterre.py
1
if not 'combo_plugin_nanterre' in INSTALLED_APPS:
2
    INSTALLED_APPS += ('combo_plugin_nanterre',)
3
    TENANT_APPS += ('combo_plugin_nanterre',)
debian/python-combo-plugin-nanterre.install
1
debian/50nanterre.py /etc/combo/settings.d/
0
-