You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
Regards,
--
Kishan Mehta
about.me/kishan_mehta
Shawn Milochik
unread,
Sep 3, 2015, 5:40:43 AM9/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.