2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 07:28:45 +00:00

More public debug reports

This commit is contained in:
2023-01-29 12:41:50 +00:00
parent d9d4181dda
commit f73640522b
5 changed files with 50 additions and 19 deletions

View File

@@ -10,19 +10,18 @@
<p>An extra line *edulcni is inserted to show where an included file ends. The *include and *edulcni lines omit the ".svx" from the end of the filename.
<p>The survex files which are NOT part of the main include tree have been collected together and included under a constructed file "_unseens" following the line "0 *include _unseens" into a begin/end block labelled "troggle_unseens".
<hr>
<p>Go to <a href="/controlpanel">Control panel</a> - for other import reports
Go to <a href="/survexdebug">Survex debug report</a> - warnings and details<br />
Go to <a href="/controlpanel">Control panel</a> - for other import reports
<hr>
<pre>
<p style="font-family: Consolas, Lucida Console, monospace;">
{% for line in log %}
{{line|safe}}<br />
{% empty %}
<b>No import report file found. Re-import using databaseReset.py</b>
{% endfor %}
{{log}}
</pre>
<p>This report is generated from <code>templates/survexreport.html</code> and
by <code>survexreport(request)</code> in <code>core/views/statistics.py </code>
<hr>
<p>Go to <a href="/controlpanel">Control panel</a> - for other import reports
<p>Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a>
Go to <a href="/survexdebug">Survex debug report</a> - warnings and details<br />
Go to <a href="/controlpanel">Control panel</a> - for other import reports
Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a>
{% endblock %}