Well, assuming you have followed all the advice given in that link I posted
and have eliminated all those sources of error, then it seems like you will
need to add more error trapping to pin down where the error occurs. If the
log files are not been written to (which itself seems problematic &
Thanx for the response. The normal logging works, I see errors in the
error log file if they occur outside the Django Admin. However, the error
with the change form in the admin does not occur in the logfiles. Same
behaviour as with the error mailing.
Op woensdag 23 oktober 2019 10:57:05 U
Does the normal logging work i.e. are you seeing those errors reported in
the log files? And do you have trapping/handling for the email-sending
code as well?
Also have a look at:
https://stackoverflow.com/questions/15128135/setting-debug-false-causes-500-erro
for a brief discussion around the
When a change form is accessed in the admin site and an error occurs we
receive an error screen if debug equals True. If I run into the same
error on production, where debug equals False, I don't receive an error
email. The error handling is probably configured correctly as I do get
error em
4 matches
Mail list logo