debian: fix check for installed apps (#51217)
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…
Reference in New Issue