debian: add explicit loading of extension (#25040)

This commit is contained in:
Frédéric Péters 2018-07-04 11:26:52 +02:00 committed by Thomas NOEL
parent e35113f797
commit fcf5acbdb7
2 changed files with 4 additions and 0 deletions

3
debian/50nanterre.py vendored Normal file
View File

@ -0,0 +1,3 @@
if not 'combo_plugin_nanterre' in INSTALLED_APPS:
INSTALLED_APPS += ('combo_plugin_nanterre',)
TENANT_APPS += ('combo_plugin_nanterre',)

View File

@ -0,0 +1 @@
debian/50nanterre.py /etc/combo/settings.d/