2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 13:27:11 +00:00

prospect and moving code to better places

This commit is contained in:
Philip Sargent
2021-04-17 01:41:06 +01:00
parent 4ad7033285
commit f8b613e0aa
6 changed files with 129 additions and 87 deletions

View File

@@ -24,7 +24,7 @@ import troggle.core.models.survex
from troggle.core.utils import get_process_memory
"""This file declares TroggleModel which inherits from django.db.models.Model
All TroggleModel subclasses inherit persistence in the django relational database. This is known as
All TroggleModel and models.Model subclasses inherit persistence in the django relational database. This is known as
the django Object Relational Mapping (ORM).
There are more subclasses define in models_caves.py models_survex.py etc.
"""