debian: fix check for installed apps (#51217)

main
Frédéric Péters 2 years ago
parent bf7e8a8549
commit 9b0be97be2

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
if 'combo_plugin_imio_townstreet' in INSTALLED_APPS:
if 'combo_plugin_imio_townstreet' not in INSTALLED_APPS:
INSTALLED_APPS += ('combo_plugin_imio_townstreet',)
TENANT_APPS += ('combo_plugin_imio_townstreet',)

Loading…
Cancel
Save