okay thanks people..!

On Friday, May 4, 2018 at 9:40:12 PM UTC+5:30, Nipun Arora wrote:
>
> Hello Community 
>
> I was puzzled by the fact that if django signals are not asynchronous why 
> do we use them as in when ever i want some trigger on post_save can't  i 
> simply write that particular trigger in the same function that handles the 
> request for saving a new object in django views..?
> as in :
>
>
> def handlerequest(Request):
>     save instance to db 
>    Do the work i would do in the method handling the signal post_save
>
>
>

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/83734488-12d6-4bfa-9e6f-b2b12556eff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to