Re: Receive post_save signal from another project

2015-09-03 Thread Shawn Milochik
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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOzwKwE5-YEd-R_0tEuioV1RKKTov%2BhCDExpXw05Nmq-VEaBsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Receive post_save signal from another project

2015-09-03 Thread Kishan Mehta
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,
-- 

[image: --]
Kishan Mehta
[image: https://]about.me/kishan_mehta


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAC5ThKHjQqTyJtV1%2BDw1-402y7LpK2Xz61qO4-Xo5SD8b-i-Sw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.