{% extends 'admin/base.html' %} {% load template_helpers staticfiles %} {% block extrahead %} {% endblock %} {% block content %}
| URL | {{ obj.host }}{{ obj.path }} |
| Method | {{ obj.method }} |
| Exception | {{ obj.exception_name }} |
| First time seen | {{ obj.created_on }} |
| Last seen | {{ obj.last_seen }} |
| Occurrences | {{ obj.count }} |
| Request data |
{{ obj.request_data_json }}
|
| Exception detail |
{{ obj.traceback|escape|replace_new_line_with_br|safe }}
|