Receive post_save signal from another project

10 views
Skip to first unread message

Kishan Mehta

unread,
Sep 3, 2015, 2:19:24 AM9/3/15
to django...@googlegroups.com
Hi All,

I am working on requirement where after user sign up, User model of one app should send some data to another app in different project. For that we are thinking if we can use "post_save" signal on model.  Is there any way if I can listen to signal of other porject's app.

Shawn Milochik

unread,
Sep 3, 2015, 5:40:43 AM9/3/15
to django...@googlegroups.com
Yes, it works. Just try it. If you put a post_save handler in any app it is called when any model is saved in any app.
Reply all
Reply to author
Forward
0 new messages