{% if exception_value %}{{ exception_value|force_escape }}{% else %}No exception
message supplied{% endif %}
| Request Method: | {{ request.META.REQUEST_METHOD }} |
|---|---|
| Request URL: | {{ request_insecure_uri }} |
| Exception Type: | {{ exception_type }} |
| Exception Value: |
{{ exception_value|force_escape }}
|
| Exception Location: | {{ lastframe.filename }}, line {{ lastframe.lineno }}, in {{ lastframe.function }} |
| Python Executable: | {{ sys_executable }} |
| Python Version: | {{ sys_version_info }} |
| Python Path: |
{{ sys_path|pprint }}
|
| Server time: | {{ server_time }} |
The string that could not be encoded/decoded was: {{ unicode_hint }}
Django tried loading these templates, in this order:
{% for entry in postmortem %}Using engine {{ entry.backend.name }}:
{{ attempt.0.loader_name }}: {{ attempt.0.name }} ({{ attempt.1 }})No templates were found because your 'TEMPLATES' setting is not configured.
{% endif %}In template {{ template_info.name }}, error at line {{ template_info.line }}
| {{ source_line.0 }} | {{ template_info.before }}{{ template_info.during }}{{ template_info.after }} |
|---|---|
| {{ source_line.0 }} | {{ source_line.1 }} |
{{ frame.filename }}, line {{ frame.lineno }}, in
{{ frame.function }}
{% endif %}
{% if frame.context_line %}
{{ line }}
{{ frame.context_line }}
…{{ line }}
| Variable | Value |
|---|---|
| {{ var.0 }} |
{{ var.1 }}
|
| Variable | Value |
|---|---|
| {{ k }} |
{{ v|pprint }}
|
No GET data
{% endif %}| Variable | Value |
|---|---|
| {{ k }} |
{{ v|pprint }}
|
No POST data
{% endif %}| Variable | Value |
|---|---|
| {{ k }} |
{{ v|pprint }}
|
No FILES data
{% endif %}| Variable | Value |
|---|---|
| {{ k }} |
{{ v|pprint }}
|
No cookie data
{% endif %}| Variable | Value |
|---|---|
| {{ var.0 }} |
{{ var.1|pprint }}
|
Request data not supplied
{% endif %}You're seeing this page because you have used py-exceptions in your code.