django documentaiton updates

This commit is contained in:
Philip Sargent
2021-03-30 01:42:41 +01:00
parent fa81616797
commit ecaaec7927
7 changed files with 41 additions and 14 deletions

View File

@@ -14,7 +14,6 @@
<a href="trogintro.html">Troggle - Introduction</a> - what it is<br>
<a href="trogusers.html">Troggle - the Users</a> - Who needs to know What and When<br>
<a href="trogdocm.html">Troggle - Fixing things</a> - users' manuals for data import<br>
<a href="trogimport.html">Troggle - Data Import</a> - reset and import data<br>
<a href="trogmanual.html">Troggle - Maintenance</a> - list of maintenance tasks<br>
<a href="trogarch.html">Troggle - Architecture</a> - diagrams, files, structure<br>
<a href="datamodel.html">Troggle - Data Model</a> - syntax-coloured list of classes, instance variables and foreign keys<br>
@@ -27,6 +26,7 @@
<li><a href="trog2030.html">Troggle in 2025-2030</a> - architectural evolution proposal<br>
</ul>
<a href="serverconfig.html">Troggle server configuration</a> - how to get troggle running on a new machine (incoimplete!)<br>
<a href="trogimport.html">Troggle - Data Import</a> - reset and import data<br>
<a href="trogdjango.html">Troggle and Django</a> - The Django web framework we use<br>
<a href="trogdjangup.html">Troggle: updating Django</a> - Upgrading troggle to use a later Django version<br>
<a href="unittests.html">Troggle unit tests</a> - test suite for programmers<br>