{% load easy_rest %} Debug {% load_debug_scripts %} Title

Debug view: (Traceback, debug info)

an error occurred, this page is enabled because DEBUG=True, here you can view debug information about the reqeust

to view debug data, click the show debug data button

to view request data, click the view request button


#start of traceback information
        
{{traceback}}

# start of debug information
        
{{output}}
    
{% if api_input or api_code %}

{% endif %}
{% if api_input %}

{{api_input}}
    
{% endif %} {% if api_code%}

{{api_code}}
    
{% endif %}