Is there a way to list Django signals?

前端 未结 4 482
面向向阳花
面向向阳花 2021-02-04 00:48

Is there a way to see which signals have been set in Django?

4条回答
  •  心在旅途
    2021-02-04 01:19

    I wrote little command that shows all signal listeners: https://gist.github.com/1264102

    You can modify it to show signals only.

提交回复
热议问题