django doesn't send me error mails
I can send mails using send_mail or mail_admins methods
but django it self doesn't send me any mail on 404 error or 500 error.
I have even added raise Exception('Test') to my view function
I see the 500 error for that but no mail was sent
This is my settings.py: http://dpaste.com/846959/
I use :
django from git master
python 3.2
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/prMyZWhnEXgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home