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 difference between running your app with 
DEBUG on or off and how logging can help with this.


On Tuesday, 22 October 2019 14:32:50 UTC+2, Dieter Gyselinck wrote:
>
> 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 emails when the error occurs outside of the admin pages.  I have the 
> impression that there is an issue with the error reporting in the admin.  
> Does anybody know what is happening and is there a possible solution?  
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9d8cead2-cecc-4894-903e-5815921d629b%40googlegroups.com.

Reply via email to