예제 #1
0
파일: models.py 프로젝트: vvarp/shipyard
 def update_config(self):
     utils.update_hipache(self.id)
예제 #2
0
파일: models.py 프로젝트: steveyen/shipyard
 def update_config(self):
     utils.update_hipache(self.id)
예제 #3
0
파일: models.py 프로젝트: mengt/PShipyard
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)