Exemple #1
0
 def update_config(self):
     utils.update_hipache(self.id)
Exemple #2
0
 def update_config(self):
     utils.update_hipache(self.id)
Exemple #3
0
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)