10👍
✅
Run the server with --traceback
option and set DEBUG=False
in settings.py
.
You will get the traceback on console.
0👍
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.
👤jpic
- [Django]-Retrieve HTTP Header in Django RestFrameWork
- [Django]-In Django, how to rename user model?
- [Django]-How to create new tables in Database for each day in Django
- [Django]-Prefetch_related() join all on first item
Source:stackexchange.com