在 django 中是否有一种简单的方法来发送 html 格式的错误消息,就像它们在 debug = True 时显示在浏览器中一样?
我想在错误邮件中为每个回溯提供本地变量。
在 django 中是否有一种简单的方法来发送 html 格式的错误消息,就像它们在 debug = True 时显示在浏览器中一样?
我想在错误邮件中为每个回溯提供本地变量。
看看哨兵。它会比调试电子邮件做得更好
sudo easy_install sentry
PS。我更喜欢使用 django-sentry,这是一个仅适用于 Django 的旧版本,因为我更习惯它:
sudo easy_install raven==0.7
sudo easy_install django-sentry