Re:Re: Django doesn't email reporting an internal server error (HTTP status code 500)

2016-12-30 Thread Zhao Lee
ification of any errors. The ADMINS will get a description of the error, a complete Python traceback, and details about the HTTP request that caused the error. but in my case, Django doesn't email reporting an internal server error (HTTP status code 500) what's the problem? please help fix the p

Re: Django doesn't email reporting an internal server error (HTTP status code 500)

2016-12-29 Thread Luis Zárate
d in the ADMINS > setting whenever your code raises an unhandled exception and results in an > internal server error (HTTP status code 500). This gives the administrators > immediate notification of any errors. The ADMINS will get a description of > the error, a complete Python traceback, and details

Django doesn't email reporting an internal server error (HTTP status code 500)

2016-12-28 Thread Philip Lee
traceback, and details about the HTTP request that caused the error. but in my case, Django doesn't email reporting an internal server error (HTTP status code 500) [image: enter image description here] <https://i.stack.imgur.com/zQFGZ.png> what's the problem? please help fix the proble