我有一個自定義的500漢奸與哨兵一起使用。在我的urls.py文件我有: def handler500(request):
"""
500 error handler which includes ``request`` in the context.
Templates: `500.html`
Context: None
"""
fr
我在暫存和生產環境中成功運行django-sentry,但是在我的開發實例中,哨兵似乎沒有記錄日誌。 我使用管理的runserver,當出現500錯誤我得到這個在控制檯: Development server is running at http://192.168.56.100:8080/
Quit the server with CONTROL-C.
No handlers could b