{% extends 'admin/base.html' %} {% load template_helpers %} {% block content %}

Error: {{ obj.exception_name }}

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 }}

URL:{{ obj.host }}{{ obj.path }}


Method: {{ obj.method }}


First time seen: {{ obj.created_on }}


Last seen: {{ obj.last_seen }}


Occurrences: {{ obj.count }}


Request data: {{ obj.request_data }}

Exception detail:
{{ obj.traceback|escape|replace_new_line_with_br|safe }}
{% endblock %}