开发者

How do Django signals work?

How does Djan开发者_JAVA技巧go's event routing system work?


Django signals are synchronous. The handlers are executed as soon as the signal is fired, and control returns only when all appropriate handlers have finished.


You may find the documentation helpful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜