Exemplo n.º 1
0
 def update_config(self):
     utils.update_hipache(self.id)
Exemplo n.º 2
0
 def update_config(self):
     utils.update_hipache(self.id)
Exemplo n.º 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)