signals.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:fermentrack 作者: thorrak 项目源码 文件源码
def handle_TiltTempCalibrationPoint_post_save(sender, **kwargs):
    """
    Trigger anything that should happen on update of TiltTempCalibrationPoint
    """

    calibration_point = kwargs.get('instance')
    calibration_point.sensor.set_redis_reload_flag()

# TODO - Add a pre_delete signal to trigger cessation of the relevant tilt_manager process
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号