mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
added debug info to system page
This commit is contained in:
@@ -103,5 +103,19 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
<h4>Debug</h4>
|
||||||
|
<textarea class="form-control" rows="20">
|
||||||
|
Gunicoren Media: {{ gunicorn_media }}
|
||||||
|
Sqlite: {{ postgres }}
|
||||||
|
Debug: {{ debug }}
|
||||||
|
|
||||||
|
{% for key,value in request.META.items %}{% if key in 'SERVER_PORT,REMOTE_HOST,REMOTE_ADDR,SERVER_PROTOCOL' %}{{ key }}:{{ value }}
|
||||||
|
{% endif %}{% endfor %}
|
||||||
|
{% for key,value in request.META.items %}{% if 'HTTP_' in key %}{{ key }}:{{ value }}
|
||||||
|
{% endif %}{% endfor %}
|
||||||
|
{% for key,value in request.META.items %}{% if 'wsgi.' in key %}{{ key }}:{{ value }}
|
||||||
|
{% endif %}{% endfor %}
|
||||||
|
</textarea>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user