500 / Internal Server Error


{% if url %}

URL: {{ url }}

{% endif %} {% if view %}

View function: {{ view }}

{% endif %} {% if err %}

Error: {{ err }}

{% endif %} {% if traceback %}

{{ traceback }}

{% endif %}
{% if traceback %}

You see this because debug is enabled:

application.settings['DEBUG'] = True

{% endif %}
[_] shot