def update_config(self): utils.update_hipache(self.id)
def update_application_config(sender, **kwargs): # signal used for updating the manytomany containers field app = kwargs.get('instance') app.save() utils.update_hipache(app.id)