mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-09 07:14:36 +00:00
QM docum update
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
<h1>Troggle Data Model (python)</h1>
|
||||
|
||||
<h3>Troggle data architecture</h3>
|
||||
<figure class="onright">
|
||||
<a href="../l/trogclass-1.html"><img src="../t/trogclass-2.jpg"></a>
|
||||
<br><figcaption>Class Diagram<br />(Click to enlarge)</figcaption>
|
||||
</figure>
|
||||
Auto-generated on 3 April 2020 with <var>troggle$ python3 manage.py inspectdb</var>. (Omitting all the 'Meta' sub-classes. )<br>
|
||||
Several classes have been edited out of this file between then and 30 January 2023 as they have been deleted as troggle has been tidied up.
|
||||
<p>All the classes below inherit from the django class (models.Model) and are thereby made persistent in the database. All <a href="https://docs.djangoproject.com/en/1.11/ref/models/fields/">persistent instance variables</a> are defined with e.g. "models.BooleanField()" types which is why they look so strange to a normal python programmer.
|
||||
|
||||
Reference in New Issue
Block a user