On Aug 28, 10:00 am, Jarek Zgoda <jarek.zg...@redefine.pl> wrote: > Wiadomość napisana w dniu 2009-08-28, o godz. 08:10, przez Shadow: > > > Is it possible to execute code after sending the actual http response? > > > For my website, users can optionally give an email address, and if > > they do, the site sends a confirmation email. But I was thinking it's > > more logical to spend time sending the email after the signup > > confirmation page is sent to the user. Since sending the email doesn't > > affect the http reponse at all? > > > Is this possible? > > Yes, but not in view function, you can use signals. > Seehttp://docs.djangoproject.com/en/dev/topics/signals/.
Signals won't help, they are still executed in-process. -- DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---