I got 500 errors in Django console but it doesn't print any information to the Console about the error.
How can i print the detail to Console ?
|
|
|
Run the server with You will get the traceback on console. |
|||
|
|
You might as well use django-sentry. This app can send tracebacks with local values etc ... and display it conveniently. So if a user finds a way to trigger an exception, you will be able to see it in your sentry and fix it more easily. |
||||
|
|